Re3gistry/public_html/service-test/test_error_commented.json

36 lines
833 B
JSON
Raw Permalink Normal View History

2023-08-31 07:57:49 +00:00
// Item not found [HTTP response status codes: 404]
{
"error": {
"code":"404",
"description-code":"not-found",
"description":"Element not found"
}
}
// Format not supported [HTTP response status codes: 406]
{
"error": {
"code":"406",
"description-code":"unknown-format",
"description":"The requested media type is not supported"
}
}
// Language not supported [HTTP response status codes: 406]
{
"error": {
"code":"406",
"description-code":"unknown-language",
"description":"The requested language is not available"
}
}
// Internal server error [HTTP response status codes: 500]
{
"error": {
"code":"500",
"description-code":"internal-server-error",
"description":"The server had an internal error"
}
}