Describes the structure of error responses when a resource or route is not found (HTTP 404).
When you call an undefined route or request a missing resource, you receive a 404 status code with the following response:
404
{ "error": "Not found" }