Share via


VoiceLiveErrorDetails Class

Definition

Error object returned in case of API failure.

public class VoiceLiveErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.VoiceLiveErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.VoiceLiveErrorDetails>
type VoiceLiveErrorDetails = class
    interface IJsonModel<VoiceLiveErrorDetails>
    interface IPersistableModel<VoiceLiveErrorDetails>
Public Class VoiceLiveErrorDetails
Implements IJsonModel(Of VoiceLiveErrorDetails), IPersistableModel(Of VoiceLiveErrorDetails)
Inheritance
VoiceLiveErrorDetails
Implements

Properties

Code

Error code, or null if unspecified.

EventId

Event id of the error.

Message

Human-readable error message.

Param

Parameter name related to the error, if applicable.

Type

Type or category of the error.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VoiceLiveErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<VoiceLiveErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<VoiceLiveErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<VoiceLiveErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<VoiceLiveErrorDetails>.Write(ModelReaderWriterOptions)

Applies to