Skip to content

Commit 64fe66c

Browse files
document start_recognition_timeout error
1 parent 2924c47 commit 64fe66c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/api-ref/realtime-transcription-websocket.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ In the Realtime SaaS, an in-band error message can be followed by a WebSocket cl
171171
| 4005 | `quota_exceeded` |
172172
| 4006 | `timelimit_exceeded` |
173173
| 4013 | `job_error` |
174+
<!-- | 4xxx | `start_recognition_timeout` | TODO -->
174175

175176
{/* Manually generated TOC, since we're using JSX sections */}
176177
export const toc = [

spec/flow-api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ components:
234234
- job_error
235235
- internal_error
236236
- unknown_error
237+
- start_recognition_timeout
237238

238239
ToolTypeEnum:
239240
type: string

spec/realtime.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ components:
12671267
| `not_allowed` | User is not allowed to use this message (is not allowed to perform the action the message would invoke). |
12681268
| `job_error` | Unable to do any work on this job, the server might have timed out etc. |
12691269
| `protocol_error` | Message received was syntactically correct, but could not be accepted due to protocol limitations. This is usually caused by messages sent in the wrong order. |
1270+
| `start_recognition_timeout` | The timeout for sending StartRecognition has been exceeded (SaaS only) |
12701271
| `quota_exceeded` | Maximum number of concurrent connections allowed for the contract has been reached |
12711272
| `timelimit_exceeded` | Usage quota for the contract has been reached |
12721273
| `idle_timeout` | Idle duration limit was reached (no audio data sent within the last hour), a closing handshake with code 1008 follows this in-band error. |
@@ -1289,6 +1290,7 @@ components:
12891290
- not_allowed
12901291
- job_error
12911292
- protocol_error
1293+
- start_recognition_timeout
12921294
- quota_exceeded
12931295
- timelimit_exceeded
12941296
- idle_timeout

0 commit comments

Comments
 (0)