Share via


DefaultErrorResponse Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseTypeConverter))]
public class DefaultErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDefaultErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DefaultErrorResponseTypeConverter))>]
type DefaultErrorResponse = class
    interface IDefaultErrorResponse
    interface IJsonSerializable
Public Class DefaultErrorResponse
Implements IDefaultErrorResponse
Inheritance
DefaultErrorResponse
Attributes
Implements

Constructors

DefaultErrorResponse()

Properties

Code
Detail
Innererror
Message
Target

Methods

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

Applies to