Share via


IServiceError Interface

Definition

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

Properties

ActivityId

Activity Id.

Code

Error code.

Message

Error message.

PossibleCaus

Possible causes of error.

RecommendedAction

Recommended action to resolve error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to