Return Error

A simple route that verifies error handling works by returning an an error response

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Endpoint

https://papi.sandbox.dolly.com/v1/fail

HTTP Method

GET

Example Response

{
    "error": {
        "errorCode": "INTERNAL_SERVER_ERROR",
        "errorMessage": "Kaboom!"
    },
    "status": "error"
}
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!