Olympus Docs
ReferenceAPIsOry Identities APIfrontend

Get User-Flow Errors

This endpoint returns the error associated with a user-facing self service errors.

GET /self-service/errors

This endpoint returns the error associated with a user-facing self service errors.

This endpoint supports stub values to help you implement the error UI:

?id=stub:500 - returns a stub 500 (Internal Server Error) error.

More information can be found at Ory Kratos User User Facing Error Documentation.

Operation ID: getFlowError    Tag: frontend

Query parameters

NameTypeRequiredDescription
idstringyesError is the error's ID

Responses

StatusDescriptionBody
200flowErrorapplication/json, object
403errorGenericapplication/json, object
404errorGenericapplication/json, object
500errorGenericapplication/json, object

Generated from /tmp/kratos-api.json at build time.

On this page