Field | Type | Description |
type | Number | Message type. 10030 indicates an AI service error. |
sender | String | User ID of the sender, which is the chatbot ID. |
payload | Object | Message payload, including the detail information. |
Field | Type | Description |
metric | String | The names of called metrics are as follows: asr_error llm_error tts_error |
tag | Object | Tag associated with the metric. |
Field | Type | Description |
roundid | String | Conversation round ID. |
code | Number | Call error code. |
message | String | Detailed description of the error message. |
Status Code | Description |
asr_error | ASR (STT) error. |
llm_error | LLM request error. |
tts_error | TTS request error. |
Service Category | Error Code | Error Description |
ASR (STT) | 30100 | Request timed out. |
| 30102 | Internal error. |
LLM | 30200 | LLM request timed out. |
| 30201 | The LLM request frequency is limited. |
| 30202 | LLM service response failed. |
TTS | 30300 | TTS request timed out. |
| 30301 | The TTS request frequency is limited. |
| 30302 | TTS service response failed. |
tag.message to help quickly locate the issue and notify users of errors.Feedback