Share via


IProviderError Interface

Definition

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

Properties

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to