DocumentationError Codes

Error Codes

Understanding standard error responses.

Error Codes

401

Unauthorized

The Request is missing the x-fuseplane-key header, or the key provided is invalid.

403

Forbidden

CORS Violation. The Origin header does not match your project's allowed origins list.

429

Rate Limit Exceeded

The endpoint has received too many requests from this IP. Check your policy settings.

500

Internal Server Error

Your function code threw an unhandled exception. Check your gateway logs for the stack trace.