HTTP status codes
| Status | Description |
|---|---|
200 | Success |
401 | Authentication failed — invalid or missing API key |
422 | Validation error — malformed request or invalid parameters |
429 | Rate limit exceeded |
500 | Internal server error |
529 | Cluster overloaded - Too many sessions |
Error response format
Common errors
Authentication (401)
Validation (422)
Execution errors
Returned when an operation fails. Includes thex-error-class: NotteApiExecutionError header.

