Udostępnij przez


IErrorResponseError Interface

Definition

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

Properties

Name Description
AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Message

The error message.

Target

The error target.

Methods

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

Applies to