VoiceAgentRealtimeErrorCode type

Error codes raised by the Voice Agents realtime client.

type VoiceAgentRealtimeErrorCode =
  | "authenticationFailed"
  | "connectionFailed"
  | "connectionClosed"
  | "invalidState"
  | "operationCancelled"
  | "protocolError"
  | "sendFailed"