JobErrorDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class contains the error details per object.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.JobErrorDetailsTypeConverter))]
public class JobErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.JobErrorDetailsTypeConverter))>]
type JobErrorDetails = class
interface IJobErrorDetails
interface IJsonSerializable
Public Class JobErrorDetails
Implements IJobErrorDetails
- Inheritance
-
JobErrorDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| JobErrorDetails() |
Creates an new JobErrorDetails instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JobErrorDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JobErrorDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobErrorDetails. |
| FromJsonString(String) |
Creates a new instance of JobErrorDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of JobErrorDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |