{
  "401_missing_token": {
    "status": 401,
    "body": {
      "error": true,
      "message": "Não autorizado."
    }
  },
  "401_invalid_token": {
    "status": 401,
    "body": {
      "error": true,
      "message": "Token inválido para integração interna."
    }
  },
  "403_wrong_controladora": {
    "status": 403,
    "body": {
      "error": true,
      "message": "Token sem acesso a esta controladora."
    }
  },
  "404_artifact_not_found": {
    "status": 404,
    "body": {
      "error": true,
      "message": "Artefato não encontrado."
    }
  },
  "422_missing_artifact_id": {
    "status": 422,
    "body": {
      "error": true,
      "message": "artifactId é obrigatório."
    }
  },
  "422_invalid_delivery_status": {
    "status": 422,
    "body": {
      "error": true,
      "message": "deliveryStatus inválido. Use ENVIADO_CLIENTE, FALHA_ENTREGA ou PENDENTE_REENVIO."
    }
  },
  "422_missing_filters_global": {
    "status": 422,
    "body": {
      "error": true,
      "message": "Informe controladora_id ou cnpj."
    }
  },
  "500_mark_exported_failure": {
    "status": 500,
    "body": {
      "error": true,
      "message": "Falha ao marcar artefato."
    }
  },
  "500_mark_delivered_failure": {
    "status": 500,
    "body": {
      "error": true,
      "message": "Falha ao registrar a entrega do documento."
    }
  }
}
