Server

This occurs when the server encounters an unexpected problem handling the request.

Troubleshooting

  • You should retry the request.

Example error

1{
2 "type": "https://developer.yoco.com/docs/api/error-codes/server",
3 "title": "Internal Server Error",
4 "detail": "The server encountered an unexpected problem handling the request.",
5 "status": 500,
6 "code": "server"
7}