Share via


ErrorResponseBody Class

Definition

Error response body.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ErrorResponseBodyTypeConverter))]
public class ErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IErrorResponseBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ErrorResponseBodyTypeConverter))>]
type ErrorResponseBody = class
    interface IErrorResponseBody
    interface IJsonSerializable
Public Class ErrorResponseBody
Implements IErrorResponseBody
Inheritance
ErrorResponseBody
Attributes
Implements

Constructors

ErrorResponseBody()

Creates an new ErrorResponseBody instance.

Properties

Code

Error code.

Detail

Error details.

Message

Error message.

Target

Error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorResponseBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IErrorResponseBody.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to