Skip to main content
Flows use a shared error format across websites. An error describes what failed, whether a retry may help, and which request to investigate.
The format below is illustrated in the platform preview. Confirm the response contract supplied with your access before building against it.

Example error

Error codes

Retry with the failure in mind

Check the code, retryable, and any details together. Invalid input or missing sign-in needs a correction first. A conflict may need new arguments, even when a retry is allowed. Use a bounded retry policy for temporary failures. Before repeating an action that changes something on a site, check whether the original action completed.

Investigate a failure

Find the call in your Schema logs using request_id. If you need help, email support@getschema.app with the request ID, Flow, function, and a short description of the problem. Do not include credentials.