Freigeben über


IErrorResponseModel Interface

Definition

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

Properties

Name Description
Code

Gets or sets the code.

Detail

Gets or sets the details.

Message

Gets or sets the messages.

Target

Gets or sets the target.

Methods

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

Applies to