# No Fresh Data

This problem occurs when the API does not have fresh data available.

Your client application did everything correctly. Unfortunately our API encountered a condition that resulted in this problem.

|**Type URI**|**Title**|**Status**|
|---|---|---|
|https://docs.sushi.com/api/errors/no-fresh-data|No Fresh Data|500|

**Example of an <code>no-fresh-data</code> problem details:**

```json
{
  "type": "https://docs.sushi.com/api/errors/no-fresh-data",
  "title": "No Fresh Data Error",
  "details": "Network 1 data timeout",
  "status": 500,
  "code": "500-02",
}
```
