Skip to main content

Handle Error

GET {{baseUrl}}/error

Description

This endpoint is used to handle errors.

Request

  • Headers:
    • Accept: */*
  • URL: {{baseUrl}}/error

Response

  • Status: OK (200)
  • Headers:
    • Accept: */*

Sample Response

{
"error": {
"status": "205 RESET_CONTENT",
"message": "",
"reasons": {
"irure6_": ""
}
}
}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!