Legba
Errors
Error formats and common HTTP status codes in the Legba API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Error formats and common HTTP status codes in the Legba API.
{
"error": {
"code": "ERROR_CODE",
"message": "Human-readable error description",
"details": {}
}
}
| Status | Meaning |
|---|---|
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
429 | Too many requests |
500 | Internal server error |
