Skip to main content
GET
Get error type by slug

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

slug
string
required

Error slug identifier

Example:

"insufficient-credits"

Response

Error type details

slug
string
required
Example:

"resource-not-found"

title
string
required
Example:

"Resource Not Found"

status
number
required
Example:

404

category
string
required
Example:

"RESOURCE"

suggestion
string
solution
object
docs
string
Example:

"https://veryfront.com/docs/api/errors/resource-not-found"