# Server

This problem occurs when the server encounters an unexpected condition that prevents it from fulfilling the request.

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

|**Type URI**|**Title**|**Status**|
|---|---|---|
|https://docs.sushi.com/api/errors/server|Server|500|

**Example of an <code>server</code> problem details:**

```json
{
  "type": "https://docs.sushi.com/api/errors/server",
  "title": "Server",
  "detail": "The server encountered an unexpected error",
  "status": 500,
  "code": "500-01"
}
```
