Freigeben über


IErrorModel Interface

Definition

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

Properties

Name Description
Code
Detail
Message
Target

Methods

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

Applies to