API documentation
Error codes
HTTP error codes returned by the Firmium API
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
HTTP error codes returned by the Firmium API
{
"error": "Ungültige Anfrageparameter",
"code": "bad_request"
}
{
"error": "Ungültiges oder abgelaufenes Token",
"code": "unauthorized"
}
{
"error": "Unzureichende Berechtigungen",
"code": "forbidden"
}
{
"error": "Nicht gefunden",
"code": "not_found"
}
{
"error": "Konflikt: Ressource existiert bereits",
"code": "conflict"
}
{
"error": "Rate limit exceeded. Please try again later or log in for higher limits.",
"limit": 100,
"reset_in": 42,
"reset_at": "12:34:56"
}
{
"error": "Interner Serverfehler",
"code": "server_error"
}
Was this page helpful?
