Client Errors
| Code | HTTP | Description |
|---|---|---|
INVALID_ENVELOPE | 400 | Message envelope failed JSON Schema validation |
UNSUPPORTED_VERSION | 400 | Requested TCF version not supported by server |
UNAUTHORIZED | 401 | Missing or invalid authentication credentials |
FORBIDDEN | 403 | Authenticated user lacks permission |
RECIPIENT_NOT_FOUND | 404 | Recipient ID does not exist |
RATE_LIMITED | 429 | Too many requests from this sender |
MESSAGE_TOO_LARGE | 413 | Message exceeds maximum size limit |