# Not Found

This problem occurs when the requested resource could not be found.

Your client application tried to access a resource that does not exist (or could not be found). Please review how your users initiated such a request.

|**Type URI**|**Title**|**Status**|
|---|---|---|
|https://docs.sushi.com/api/errors/not-found|Not Found|404|

**Example of an <code>not-found</code> problem details:**

```json
{
  "type": "https://docs.sushi.com/api/errors/not-found",
  "title": "Not Found",
  "detail": "The requested resource was not found",
  "status": 404,
  "code": "404-01"
}
```
