Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blockdb.io/llms.txt

Use this file to discover all available pages before exploring further.

Close Codes

CodeNameMeaningAction
1000NORMAL_CLOSUREGraceful shutdownReconnect
1001GOING_AWAYServer restartReconnect with backoff
1008POLICY_VIOLATIONInvalid auth/scopeRefresh token; verify scope
1011INTERNAL_ERRORServer errorReconnect with jitter
1013TRY_AGAIN_LATERBackpressureIncrease backoff; reduce subscriptions
Use exponential backoff: 1s, 2s, 4s, 8s (max 30s)
Last modified on January 23, 2026