Skip to content

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 URITitleStatus
https://docs.sushi.com/api/errors/serverServer500
Example of an server problem details:
{
  "type": "https://docs.sushi.com/api/errors/server",
  "title": "Server",
  "detail": "The server encountered an unexpected error",
  "status": 500,
  "code": "500-01"
}