Error Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.ErrorTypeConverter))]
public class Error : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.IError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.ErrorTypeConverter))>]
type Error = class
    interface IError
    interface IJsonSerializable
Public Class Error
Implements IError
Inheritance
Error
Attributes
Implements

Constructors

Error()

Properties

AdditionalInfo
Code
Detail
Message
Target

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to