Bagikan melalui


IErrorResponse Interface

Definition

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

Properties

Code

The error code.

Detail

The internal error details.

Message

The error message indicating why the operation failed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to