The path to the property. Might be a deep path separated by dot.
A lower cased error code that can be used to identify this error and translate.
Free text of the error.
Readonly
codeA lower cased error code that can be used to identify this error and translate.
Readonly
messageFree text of the error.
Readonly
pathThe path to the property. Might be a deep path separated by dot.
Generated using TypeDoc
The structure of a validation error.
Path defines the shallow or deep path (using dots). Message is an arbitrary message in english.
In validators please use and return
new ValidatorError('code', 'message')
instead.