{
  "service": "common",
  "name": "Common",
  "tagline": "Shared problem types",
  "count": 5,
  "problems": [
    {
      "type": "https://errors.swepay.com.br/common/validation-failed",
      "service": "common",
      "serviceName": "Common",
      "slug": "validation-failed",
      "httpStatus": 400,
      "title": "Validation Failed",
      "summary": "The request body or parameters failed validation.",
      "category": "common",
      "deprecated": false,
      "url": "/common/validation-failed"
    },
    {
      "type": "https://errors.swepay.com.br/common/unauthorized",
      "service": "common",
      "serviceName": "Common",
      "slug": "unauthorized",
      "httpStatus": 401,
      "title": "Unauthorized",
      "summary": "Authentication is missing or invalid.",
      "category": "common",
      "deprecated": false,
      "url": "/common/unauthorized"
    },
    {
      "type": "https://errors.swepay.com.br/common/forbidden",
      "service": "common",
      "serviceName": "Common",
      "slug": "forbidden",
      "httpStatus": 403,
      "title": "Forbidden",
      "summary": "Authenticated, but not allowed to perform this action.",
      "category": "common",
      "deprecated": false,
      "url": "/common/forbidden"
    },
    {
      "type": "https://errors.swepay.com.br/common/not-found",
      "service": "common",
      "serviceName": "Common",
      "slug": "not-found",
      "httpStatus": 404,
      "title": "Not Found",
      "summary": "The requested resource does not exist.",
      "category": "common",
      "deprecated": false,
      "url": "/common/not-found"
    },
    {
      "type": "https://errors.swepay.com.br/common/internal-error",
      "service": "common",
      "serviceName": "Common",
      "slug": "internal-error",
      "httpStatus": 500,
      "title": "Internal Error",
      "summary": "An unexpected error occurred on the Swepay side.",
      "category": "common",
      "deprecated": false,
      "url": "/common/internal-error"
    }
  ]
}