ErrorResponse Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api30.ErrorResponseTypeConverter))]
public class ErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api30.IErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api30.ErrorResponseTypeConverter))>]
type ErrorResponse = class
    interface IErrorResponse
    interface IJsonSerializable
Public Class ErrorResponse
Implements IErrorResponse
Inheritance
ErrorResponse
Attributes
Implements

Constructors

ErrorResponse()

Properties

AdditionalInfo
Code
Detail
Message
Target

Methods

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

Applies to