ReferenceError
Code
RUNTIME/REFERENCE_ERROR
What it means
A runtime ReferenceError (using an undefined variable / missing binding) was caught and normalized into AppError.
When it happens
ReferenceErroris normalized intoAppError.
How to handle
- Treat as a bug signal; capture
meta.viaat the boundary and inspect stack traces.
Last updated on