WordPress loads a block through the REST API. The API must return a JSON payload that describes the block. When the response is HTML, an error appears in the editor.
The error indicates the editor cannot parse the block definition. It usually happens after a migration, a plugin update, or a security rule that blocks the REST request.