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
Risorse correlate
Prosegui con la documentazione, le guide e gli esempi per questo argomento. Le risorse sono in inglese.
Comprendi il concettoShould I use a Bird SDK or call the API directly?Segui il percorso di apprendimentoBuild your first integrationGuida all'implementazioneSend your first email
Ottieni un brief di implementazione