{
  "type": "https://errors.swepay.com.br/common/not-found",
  "service": "common",
  "slug": "not-found",
  "httpStatus": 404,
  "title": "Not Found",
  "summary": "The requested resource does not exist.",
  "description": "The resource identified by the request URI does not exist, or is not visible\nto the authenticated tenant. Swepay returns `404` (rather than `403`) when\nrevealing the existence of a resource would itself leak information across\ntenant boundaries.\n",
  "commonCauses": [
    "The resource ID is wrong, or the resource was deleted.",
    "The resource belongs to a different tenant and is therefore invisible.",
    "A typo in the path or an incorrect API version prefix."
  ],
  "clientAction": "Verify the identifier and the request path, including the API version\nsegment. If you expect the resource to exist, confirm you are operating in\nthe correct tenant and environment. A `404` is not retryable until the\nresource is created.\n",
  "exampleResponse": {
    "type": "https://errors.swepay.com.br/common/not-found",
    "title": "Not Found",
    "status": 404,
    "detail": "No certificate matches the requested identifier.",
    "instance": "/v1/certificates/00000000-0000-0000-0000-000000000000"
  },
  "relatedDocs": [
    {
      "label": "RFC 9457 — Problem Details",
      "url": "https://www.rfc-editor.org/rfc/rfc9457"
    }
  ],
  "category": "common",
  "deprecated": false,
  "documentation": "https://errors.swepay.com.br/common/not-found"
}