IProviderError Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ProviderErrorTypeConverter))]
public interface IProviderError : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ProviderErrorTypeConverter))>]
type IProviderError = interface
    interface IJsonSerializable
Public Interface IProviderError
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ErrorCode

The Error code.

ErrorId

The Provider error Id.

ErrorMessage

The Error message.

PossibleCaus

The possible causes for the error.

RecommendedAction

The recommended action to resolve the error.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to