Compartir a través de


IErrorResponseBody Interface

Definition

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

Properties

Name Description
Code

Error code

ErrorCode

Error code

ErrorMessage

Error message indicating why the operation failed.

Message

Error message indicating why the operation failed.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to