Server Error

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 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 server-error problem details:

{
    "type": "https://problems-registry.smartbear.com/server-error",
    "title": "Server Error",
    "detail": "The server encountered an unexpected error",
    "status": 500,
    "code": "500-01"    
}
{
    "type": "about:blank",
    "title": "Server Error",
    "detail": "The server encountered an unexpected error",
    "status": 500,
    "code": "500-01"    
}