AUTH_FAILED | 401 | Invalid or missing signature, unknown sender key, or missing Bearer token for an authenticated skill |
REPLAY_DETECTED | 401 | Nonce has already been seen within the 5-minute replay window |
SKILL_NOT_FOUND | 404 | Skill ID does not exist on this agent |
SCHEMA_INVALID | 400 | Payload failed input schema validation (missing required field, wrong type, exceeded maxLength, etc.) |
INJECTION_DETECTED | 400 | Payload flagged by the prompt injection scanner |
DELEGATION_EXCEEDED | 400 | Delegation token’s scope does not include the called skill, or maxDepth has reached 0 |
RATE_LIMITED | 429 | Sender exceeded the per-sender request rate declared in the agent card |
TOKEN_BUDGET_EXCEEDED | 429 | Sender exhausted their daily token budget; Retry-After header gives UTC midnight reset time |
AGENT_UNAVAILABLE | 500 | Agent is overloaded, starting up, or the skill handler threw an unhandled exception |