Service unavailable

This problem occurs when the service requested is currently unavailable and the server is not ready to handle the request

Your client application did everything correct. Unfortunately our API is currently unavailable.

Type URI Title Recommended HTTP Status Code Reference
https://eoap.github.io/problems-registry/service-unavailable See HTTP Status Code N/A RFC9457

Note A problem is generally not meant to be used for end-user input validation, but for client developer convenience.

Examples of a service-unavailable problem details:

{
    "type": "https://eoap.github.io/problems-registry/service-unavailable",
    "title": "Service Unavailable",
    "detail": "The service is currently unavailable",
    "status": 503,
    "code": "503-01"    
}