---
title: "Get User-Facing Self-Service Errors"
method: GET
path: "/self-service/errors"
tags: ["public", "admin"]
---

# Get 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:

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

More information can be found at [ORY Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).

## Query parameters

- `error` string, required

## Response `200`

User-facing error response

- ErrorContainer
  - `errors` object, required — Errors in the container
  - `id` string, uuid4, required

## Other responses

- `403` — genericError
- `404` — genericError
- `500` — genericError

---

[API](https://skmtc.dev/ory/apis/ory-kratos-api.md) · [All operations](https://skmtc.dev/ory/apis/ory-kratos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-kratos-api/revisions/bc992bcd92e8/schema)
