API reference › @evolu/common › Type › TypeError
Defined in: packages/common/src/Type.ts:484
Extended by
TypeErrorWithReasonStringErrorNumberErrorBigIntErrorBooleanErrorUndefinedErrorNullErrorFunctionErrorUint8ArrayErrorInstanceOfErrorEvoluTypeErrorBrandWithoutRefineErrorCurrencyCodeErrorDateIsoErrorTrimmedErrorMinLengthErrorMaxLengthErrorLengthErrorMnemonicErrorRegexErrorBase64UrlErrorNameErrorIdErrorTableIdErrorPositiveErrorNegativeErrorNonPositiveErrorNonNegativeErrorIntErrorGreaterThanErrorLessThanErrorGreaterThanOrEqualToErrorLessThanOrEqualToErrorNonNaNErrorFiniteErrorMultipleOfErrorBetweenErrorLiteralErrorUnionErrorInt64ErrorInt64StringErrorJsonErrorAppNameErrorValidDbChangeValuesError
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.