NotFound (404) Failed Status
The response content contains error message.
Response Formats
application/json, text/json
Sample:
{
"message": "sample string not found error message."
}
application/xml, text/xml
Sample:
<Error> <Message>sample string not found error message.</Message> </Error>