Skip to content

Commit

Permalink
Merge pull request #1197 from AgoraIO/bug-fix
Browse files Browse the repository at this point in the history
fixes to rtt
  • Loading branch information
atovpeko authored Sep 9, 2024
2 parents a92417c + 4a5248b commit 88e85d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/real-time-stt/reference/common-errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page lists the error and status codes you may encounter when using the <Vpd
When calling <Vpd k="NAME"/> RESTful APIs, you may receive the following HTTP status codes:

- `200` for a successful request.
- Not `200` for a failed request. In this case, check the `message`, `code`, and `reason` fields in the response body to figure out what has happened. The `reason` filed might be absent.
- Not `200` for a failed request. In this case, check the `message`, `code`, and `reason` fields in the response body to figure out what has happened. The `reason` field might be absent.

### Response examples

Expand Down Expand Up @@ -47,7 +47,7 @@ When a request fails, you may receive the following response:
|`504` | Internal communication error. |


### Error codes
### Error messages and codes

#### Message

Expand Down

0 comments on commit 88e85d9

Please sign in to comment.