• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting started

    • Overview
  • Library

    • Getting started
    • Array
    • Result
    • Dependency injection
    • Resource management
    • Task
    • Type
    • Conventions
  • Local-first

    • Getting started
    • Playgrounds
    • Examples
    • Owners
    • Relay
    • Migrations
    • Time travel
    • Indexes
    • Protocol
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference › @evolu/common › Type › TypeError

Defined in: packages/common/src/Type.ts:484

Extended by

  • TypeErrorWithReason
  • StringError
  • NumberError
  • BigIntError
  • BooleanError
  • UndefinedError
  • NullError
  • FunctionError
  • Uint8ArrayError
  • InstanceOfError
  • EvoluTypeError
  • BrandWithoutRefineError
  • CurrencyCodeError
  • DateIsoError
  • TrimmedError
  • MinLengthError
  • MaxLengthError
  • LengthError
  • MnemonicError
  • RegexError
  • Base64UrlError
  • NameError
  • IdError
  • TableIdError
  • PositiveError
  • NegativeError
  • NonPositiveError
  • NonNegativeError
  • IntError
  • GreaterThanError
  • LessThanError
  • GreaterThanOrEqualToError
  • LessThanOrEqualToError
  • NonNaNError
  • FiniteError
  • MultipleOfError
  • BetweenError
  • LiteralError
  • UnionError
  • Int64Error
  • Int64StringError
  • JsonError
  • AppNameError
  • ValidDbChangeValuesError

Properties

type

readonly type: Name;

Defined in: packages/common/src/Type.ts:485


value

readonly value: unknown;

Defined in: packages/common/src/Type.ts:491

The value that was received and caused the error. Provides additional context for debugging and validation feedback.

Markdown for LLMs

© 2026 Evolu

Follow us on GitHubFollow us on XJoin our Discord server