Share via


IJobErrorDetails Interface

Definition

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

Properties

CreationTime

The creation time of job error.

ErrorLevel

Error level of error.

ProviderErrorDetailErrorCode

The Error code.

ProviderErrorDetailErrorId

The Provider error Id.

ProviderErrorDetailErrorMessage

The Error message.

ProviderErrorDetailPossibleCaus

The possible causes for the error.

ProviderErrorDetailRecommendedAction

The recommended action to resolve the error.

ServiceErrorDetailActivityId

Activity Id.

ServiceErrorDetailCode

Error code.

ServiceErrorDetailMessage

Error message.

ServiceErrorDetailPossibleCaus

Possible causes of error.

ServiceErrorDetailRecommendedAction

Recommended action to resolve error.

TaskId

The Id of the task.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to