Documentation Index
Fetch the complete documentation index at: https://docs.bloobank.com/llms.txt
Use this file to discover all available pages before exploring further.
Handling errors in code
Retry policy
- 5xx and network errors: retry with exponential backoff (e.g., 1 s, 2 s, 4 s, 8 s — max 5 attempts).
- 401
SIGNATURE_INVALID/TIMESTAMP_SKEW_EXCEEDED: fix the root cause before retrying. - 401
REPLAY_DETECTED: generate a newX-Access-Request-Id(and a fresh timestamp) before retrying. - 403
RBAC_DENY: do not retry — fix permissions in the Dashboard. - 400 validation errors: do not retry — fix the request payload.