Thanks to visit codestin.com Credit goes to angular.dev
Options used to create a ValidationError.
ValidationError
interface ValidationErrorOptions { message?: string | undefined;}
string | undefined
Human readable error message.