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 URITitleRecommended HTTP Status CodeReference
about:blankSee HTTP Status CodeN/ARFC9457

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://problems-registry.smartbear.com/service-unavailable",
    "title": "Service Unavailable",
    "detail": "The service is currently unavailable",
    "status": 503,
    "code": "503-01"    
}
{
    "type": "about:blank",
    "title": "Service Unavailable",
    "detail": "The service is currently unavailable",
    "status": 503,
    "code": "503-01"    
}