> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> Status codes and what they mean here.

| Code  | Meaning                                                    |
| ----- | ---------------------------------------------------------- |
| `400` | Bad request — check the body                               |
| `401` | Unauthorized — missing or invalid token                    |
| `403` | Forbidden — the resource exists but is not yours           |
| `404` | Not found — or the capability is absent from this edition  |
| `413` | File too large — 50 MB per file maximum                    |
| `422` | Unprocessable — for example, a query that returned no data |
| `500` | Internal server error                                      |
| `503` | Service temporarily unavailable                            |

<Note>
  `404` is overloaded: it means either "this object does not exist" or "this endpoint
  does not exist in this edition". Check [Editions](/concepts/editions) before
  investigating a `404` on billing, usage or MFA routes.
</Note>


## Related topics

- [Run Agent](/api-reference/adk/run-agent.md)
- [Delete User](/api-reference/users/delete-user.md)
- [Get Trace Dict](/api-reference/debug/get-trace-dict.md)
- [Delete Share](/api-reference/share/delete-share.md)
- [Get Session Trace](/api-reference/debug/get-session-trace.md)
