Handle Error 6
OPTIONS {{baseUrl}}/error
Description
This endpoint is used to handle errors using the specified endpoint.
Request
- Name: Handle Error 6
- URL:
{{baseUrl}}/error - Headers:
- Accept: /
Response
- Status: OK (200)
- Content-Type: /
Sample Response
{
"error": {
"status": "205 RESET_CONTENT",
"message": "",
"reasons": {
"irure6_": ""
}
}
}
LANGUAGE
CURL REQUEST
curl --request OPTIONS \
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!