Block test error
Code
BLOCK/TEST_ERROR
What it means
An intentionally thrown error used for testing error handling paths in block-related endpoints.
When it happens
- A test/debug-only error thrown from block endpoints.
How to handle
- Do not treat as a real production failure.
- If this appears in production logs, remove or gate the test endpoint.
Last updated on