Error 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.
The resource management error response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ErrorTypeConverter))]
public class Error : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ErrorTypeConverter))>]
type Error = class
interface IError
interface IJsonSerializable
Public Class Error
Implements IError
- Inheritance
-
Error
- Attributes
- Implements
Constructors
Error() |
Creates an new Error instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
Message |
The error message. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Error. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IError. |
FromJsonString(String) |
Creates a new instance of Error, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |