Udostępnij za pośrednictwem


Error Class

Definition

Standard error object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ErrorTypeConverter))]
public class Error : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.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

Code

Server-defined set of error codes.

Detail

Array of details about specific errors that led to this reported error.

InnerError

Object containing more specific information than the current object about the error.

Message

Human-readable representation of the error.

Target

Target of the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Error.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Error.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError.

FromJsonString(String)

Creates a new instance of Error, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Error into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to