E01036 — RequestCanceled
The connection closed before Bird finished the request.
- HTTP status: 499
- Type: client_closed_request_error
- Name: RequestCanceled
What to do
The connection closed before the response was ready, usually because the caller stopped waiting. Bird may or may not have finished the request before the connection closed. Check the resource's current state before repeating anything that changes data; a request that only reads is always safe to send again.
Related
- E01xxx — Infrastructure: every code in this range
- Errors: the full wire contract, status mapping, and error catalog
- Error handling: branching on type and code, validation details, and vendor_code
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Comprender el conceptoShould I use a Bird SDK or call the API directly?Seguir la ruta de aprendizajeBuild your first integrationGuía de implementaciónSend your first email
Obtener un resumen de implementación