Skip to Content
DevelopersError CodesCodesBlockBlock not found

Block not found

Code

BLOCK/NOT_FOUND

What it means

The requested block id or block name does not exist in the server’s block registry.

When it happens

  • A block lookup by id or name fails.

Typical scenarios:

  • Client references a block id that hasn’t been deployed/migrated
  • Name normalization mismatch (case/spacing)
  • Server registry is not initialized or incomplete

How to handle

  • Treat as 404.
  • Include the requested id or name in meta for debugging.
Last updated on
Docsv1.0.10