Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

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

What this means

dereference of null/invalid reference

Metadata

  • Code: E8006
  • Default level: Error
  • Phase: Runtime
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E8006
  • Tags: runtime, null

How to fix

  • optional types
  • nullable protocols

Typical output

E8006: runtime null reference
note: dereference of null/invalid reference