๐จ Error Reference โ
| Error class | .code | When thrown |
|---|---|---|
ValidationError | ERR_VALIDATION | Base fallback โ empty schema, unclassified errors |
NullValueError | ERR_NULL_VALUE | A required value is null or undefined |
ArgumentTypeError | ERR_INVALID_ARGTYPE | Wrong type received |
MissingKeyError | ERR_MISSING_KEY | Required key absent from input or schema |
UnknownKeyError | ERR_UNKNOWN_KEY | Data has a key the schema doesn't recognise |
DuplicateKeyError | ERR_DUPLICATE_KEY | Key already exists where uniqueness is required |
๐ฃ๏ธ Changelog โ
See CHANGELOG.md for the full version history.
๐ Full docs, interactive sandbox, and guides โ dreav4.dev
๐ค Author: Bless B. ยท License: MIT
