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.
Response when errors occurred
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ErrorResponseTypeConverter))]
public class ErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.ErrorResponseTypeConverter))>]
type ErrorResponse = class
interface IErrorResponse
interface IJsonSerializable
Public Class ErrorResponse
Implements IErrorResponse
- Inheritance
-
ErrorResponse
- Attributes
- Implements
Error |
Creates an new ErrorResponse instance. |
Code |
Provides information about the error code. |
Detail |
Describes the error details if present. |
Innererror |
Inner error object if present. |
Message |
Provides information about the error message. |
Target |
Provides information about 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.ImportExport.Models.Api202101.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. |