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

    • Quickstart
  • Library

    • Result
    • Type
    • Dependency Injection
    • Conventions
  • Local-First

    • How It Works
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Examples
  • Other

    • API Reference
    • Comparison
    • Showcase
    • FAQ
    • Changelog

API Reference / @evolu/common / Type / TypeError

Interface: TypeError<Name>

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

Extended by

  • TypeErrorWithReason
  • StringError
  • NumberError
  • BigIntError
  • BooleanError
  • UndefinedError
  • NullError
  • FunctionError
  • Uint8ArrayError
  • InstanceOfError
  • EvoluTypeError
  • BrandWithoutRefineError
  • CurrencyCodeError
  • DateIsoStringError
  • TrimmedError
  • MinLengthError
  • MaxLengthError
  • LengthError
  • MnemonicError
  • RegexError
  • IdError
  • PositiveError
  • NegativeError
  • NonPositiveError
  • NonNegativeError
  • IntError
  • GreaterThanError
  • LessThanError
  • GreaterThanOrEqualToError
  • LessThanOrEqualToError
  • NonNaNError
  • FiniteError
  • MultipleOfError
  • BetweenError
  • LiteralError
  • NumberFromStringError
  • UnionError
  • Int64Error
  • BigIntFromStringError
  • Int64StringError
  • JsonValueFromStringError
  • JsonError
  • ValidEvoluSchemaError
  • ValidMutationSizeError

Type Parameters

Type ParameterDefault type
Name extends TypeNameTypeName

Properties

PropertyModifierTypeDescriptionDefined in
typereadonlyName-packages/common/src/Type.ts:248
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.packages/common/src/Type.ts:254

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server