VoiceAgentRtcCallErrorDetails interface

Details of a WebRTC signaling error.

Properties

code

A machine-readable error code, when available.

message

A human-readable error message.

type

The error category, following the VoiceLive wire contract: invalid_request_error for a client-side signaling fault (for example, a malformed SDP offer) or server_error for a service-side failure. Additional categories may be added over time.

Property Details

code

A machine-readable error code, when available.

code?: string

Property Value

string

message

A human-readable error message.

message: string

Property Value

string

type

The error category, following the VoiceLive wire contract: invalid_request_error for a client-side signaling fault (for example, a malformed SDP offer) or server_error for a service-side failure. Additional categories may be added over time.

type: string

Property Value

string