Not Found

This problem occurs when the requested resource could not be found.

Your client application tried to access a resource that does not exist (or could not be found). Please review how your users initiated such a request.

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 an not-found problem details:

{
    "type": "https://problems-registry.smartbear.com/not-found",
    "title": "Not Found",
    "detail": "The requested resource was not found",
    "status": 404,
    "code": "404-01"    
}
{
    "type": "about:blank",
    "title": "Not Found",
    "detail": "The requested resource was not found",
    "status": 404,
    "code": "404-01"    
}