From 4a5248bcd59327f26f230c2d9a3189ee51cd6958 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 4 Sep 2024 16:03:53 +0300 Subject: [PATCH] fixes to rtt --- shared/real-time-stt/reference/common-errors.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/real-time-stt/reference/common-errors.mdx b/shared/real-time-stt/reference/common-errors.mdx index 8da9a3e05..79d139853 100644 --- a/shared/real-time-stt/reference/common-errors.mdx +++ b/shared/real-time-stt/reference/common-errors.mdx @@ -5,7 +5,7 @@ This page lists the error and status codes you may encounter when using the 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 @@ -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