Handle Error 1
HEAD {{baseUrl}}/error
Description
Handle errors using the specified endpoint.
Headers
- Accept: /
URL
Raw URL:
{{baseUrl}}/error
Sample Request
curl --location -g --head '{{baseUrl}}/error' \
--header 'Accept: */*'
Sample Response
{
"error": {
"status": "205 RESET_CONTENT",
"message": "<string>",
"reasons": {
"irure6_": "<string>"
}
}
}
LANGUAGE
CURL REQUEST
curl --request HEAD \
--url /error \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!