Skip to main content

Get User-Flow Errors

GET 

/auth/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.

Request

Query Parameters

    id stringrequired

    Error is the error's ID

Responses

flowError

Schema
    created_at date-time

    CreatedAt is a helper struct field for gobuffalo.pop.

    error object
    id uuidrequired

    ID of the error container.

    updated_at date-time

    UpdatedAt is a helper struct field for gobuffalo.pop.

Loading...