VoiceAgentRealtimeErrorCode type
Voice Agentsのリアルタイムクライアントによってエラーコードが発生しました。
type VoiceAgentRealtimeErrorCode =
| "authenticationFailed"
| "connectionFailed"
| "connectionClosed"
| "invalidState"
| "operationCancelled"
| "protocolError"
| "sendFailed"