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 type name is not bound in this scope

Metadata

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

How to fix

  • import the type
  • define it before use

Typical output

E2001: undefined type
note: a type name is not bound in this scope