Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 302 Bytes

File metadata and controls

14 lines (10 loc) · 302 Bytes

Not Found Errors

Describes the structure of error responses when a resource or route is not found (HTTP 404).


Error Response

When you call an undefined route or request a missing resource, you receive a 404 status code with the following response:

{
  "error": "Not found"
}