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 URI Title Recommended HTTP Status Code Reference
https://eoap.github.io/problems-registry/not-found 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 an not-found problem details:

{
    "type": "https://eoap.github.io/problems-registry/not-found",
    "title": "Not Found",
    "detail": "The requested resource was not found",
    "status": 404,
    "code": "404-01"    
}