Errors

The Playbooks API uses standard HTTP response codes to indicate the status of an API request. When an error occurs, the Playbooks API will return a JSON API compliant error for client-side handling.


Attributes

Attribute
Type
Description
StatusintegerThe HTTP response code
TitlestringA title for the error
DetailstringA message describing the error
FrameworkstringA stacktrace locating the error
Request
curl --location "https://api.playbooks.xyz/error"
Response
{ "errors": [ { "status": 404, "title": "Not Found", "detail": "Sorry that route doesn't exist.", "stack": ... } ] }

2024 © Playbooks, Inc