ErrorResponse Class
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.
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.ErrorResponseTypeConverter))]
public class ErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.ErrorResponseTypeConverter))>]
type ErrorResponse = class
interface IErrorResponse
interface IJsonSerializable
Public Class ErrorResponse
Implements IErrorResponse
- Inheritance
-
ErrorResponse
- Attributes
- Implements
Error |
Creates an new ErrorResponse instance. |
Additional |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
Message |
The error message. |
Target |
The error target. |
Deserialize |
Deserializes a IDictionary into an instance of ErrorResponse. |
Deserialize |
Deserializes a PSObject into an instance of ErrorResponse. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api30.IErrorResponse. |
From |
Creates a new instance of ErrorResponse, deserializing the content from a json string. |
To |
Serializes this instance of ErrorResponse into a JsonNode. |
To |
Serializes this instance to a json string. |
To |