App error
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
An App rejected the request because of its definition or its current runtime state.
- HTTP status —
422 Unprocessable Content type—https://kestra.io/docs/api-reference/problems/app-error
When you get it
- An App request is submitted that its definition does not accept.
- An App is acted on in a state that does not allow that transition.
Example response
A response reporting this problem:
{ "type": "https://kestra.io/docs/api-reference/problems/app-error", "title": "App error", "status": 422, "detail": "App 'onboarding' is not in a state that accepts this request.", "instance": "/api/v1/main/apps/onboarding"}How to handle it
The detail is the App’s own explanation, and it decides whether the request or the App definition is what needs changing. See Apps.
For the members every problem document carries, see Problem Details.
Was this page helpful?