Options used to create a ValidationError.
ValidationError
interface ValidationErrorOptions { message?: string | undefined;}
string | undefined
Human readable error message.