Share via


IErrorInfo Interface

Definition

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

Properties

Code

A machine readable error code.

Detail

error details.

Innererror

Inner error details if they exist.

Message

A human readable error message.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to