• #RFC 9457 - Problem Details for HTTP APIs

    A Standard of handling errors in APIs. Reference

    HTTP/1.1 403 Forbidden
    Content-Type: application/problem+json
    Content-Language: en
    
    {
     "status": "403"
     "type": "https://wiki.stillh.art/errors/out-of-luck",
     "title": "You're out of luck :(",
     "detail": "You only had 3 wishes",
     "instance": "/account/12345/msgs/abc",
    }