Relationships Platform API - Error Codes

Tabela única de códigos de erro da API, organizada por série.

BrokerNG nativo (contrato estável, códigos < 1000)

Esses códigos são emitidos pelo BrokerNG e permanecem inalterados por compatibilidade entre projetos.

Código HTTP Descrição
1503No request for action execution.
2500Internal and unknown server error.
3503Requested database not configured.
4503Failed to setup DB connection/transaction.
5503Failed to finalize DB transaction/connection.
6501Invalid parameter type in action contract.
7503Internal action validation error.
8501Action not present in endpoint mapping.
9501Validator execution error.
100404Endpoint not configured.
101202OPTIONS/CORS handling.
102405HTTP method not supported for action.
103401IP address blocked by network rule.
104401Authorization header missing.
105401Session/token invalid or expired.
106400Input is not valid JSON.
107406Input parameter errors.
110401Token invalid/inactive.
111406Generic method-level validation error.
112404Requested resource does not exist.
113403Access denied on required ACLs.
114406Dry-run option not allowed.
115429Too many requests.

Série global da API 1000xxxx (reutilizável entre endpoints)

Esses códigos pertencem à aplicação (não ao BrokerNG) e podem ser usados por múltiplos endpoints.

Código HTTP Descrição
10000001406Endereço de e-mail inválido.

Série 1001xxxx - Endpoint Avatar

Endpoint: GET /avatar/get-1.0

Código HTTP Descrição
10010001406Reservado para erro exclusivo do endpoint de avatar.

Série 1002xxxx - Endpoint Keepalive

Endpoint: POST /keepalive-1.0

Código HTTP Descrição
10020001500Falha no housekeeping de avatars.

Status HTTP por endpoint (análise efetiva do código)

Endpoint Status possíveis Observações
GET /avatar/get-1.0 200, 400, 401, 403, 405, 406, 429, 500, 501, 503 Inclui BrokerNG nativo, global API 10000001 e série local 1001xxxx.
POST /keepalive-1.0 200, 400, 401, 403, 405, 406, 429, 500, 501, 503 Inclui BrokerNG nativo e série local 1002xxxx.

Voltar para a documentação