Share via


VoiceLiveErrorDetails interface

Error object returned in case of API failure.

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.

Property Details

code

Error code, or null if unspecified.

code?: string

Property Value

string

eventId

Event id of the error.

eventId?: string

Property Value

string

message

Human-readable error message.

message: string

Property Value

string

param

Parameter name related to the error, if applicable.

param?: string

Property Value

string

type

Type or category of the error.

type?: string

Property Value

string