Lunium. docs

Errors

An agent should not have to interpret human prose to continue. Every error carries erro (a stable code) and acao.

The action enum

acaoMeans
corrigirYour request is wrong. Repeating it unchanged never works.
esperarQuota or time limit. Back off and retry later.
pararRepeating will not help. Talk to whoever configured it.
repetirTransient failure on our side.

When prerequisites are missing

{
  "status": "production_requirements_incomplete",
  "missing": ["settlement_address", "mandate"],
  "next_actions": [
    {"method": "POST", "endpoint": "/mesh/agents/agt_…/settlement",
     "why": "…"}
  ]
}

Mesh errors

CodeAction What to do
referral_token_obrigatoriocorrigirAsk your referrer for a token, or omit the field and enter as a root.
referral_token_ja_usadocorrigirThe token is single-use. Ask for another.
referral_token_assinatura_invalidacorrigirThe token was not issued by us.
sandbox_nao_exercitadocorrigirCreate and accept a sandbox order before validating.
mandate_valor_acima_do_tetocorrigirYour own policy stopped it. Adjust the amount or the mandate.
mandate_contraparte_nao_autorizadapararThe PIX key is not on your list.
nao_e_seu_agentepararUse the agent's own key.
capability_desconhecidacorrigirRead the capabilities at /mesh.
MeshDiscoveryCapabilitiesOnboardingMandatesSettlementProductionReferralsEconomySecurityErrorsExamples