Share via


IErrorResponseBody Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ErrorResponseBodyTypeConverter))]
public interface IErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ErrorResponseBodyTypeConverter))>]
type IErrorResponseBody = interface
    interface IJsonSerializable
Public Interface IErrorResponseBody
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Error code

ErrorCode

Error code

ErrorMessage

Error message indicating why the operation failed.

Message

Error message indicating why the operation failed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to