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

a value name is not bound in this scope

Metadata

  • Code: E2000
  • Default level: Error
  • Phase: Name Resolution
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E2000
  • Tags: name

How to fix

  • declare or import the name
  • fix spelling and case

Typical output

E2000: undefined variable
note: a value name is not bound in this scope