pbx.body_read_failed
The PBX ingest request body was too large or the stream was interrupted before it could be read.
pbx.body_read_failed is returned when the platform cannot fully read the PBX ingest request body, either because the body exceeds the size limit or because the HTTP connection was interrupted during reading.
The request body is too large for the ingest endpoint's configured limit, or the gateway-go HTTP client closed the connection before the body was fully delivered.
Ensure gateway-go sends well-sized payloads within the endpoint's body size limit and maintains the connection until the response is received.
{
"error": {
"code": "pbx.body_read_failed",
"message": "body too large or stream interrupted",
"request_id": "req_01900000abc"
}
}