The `ValidationError` object accessors
public get name(): string The getarrow-up-right accessor obtains error name of a stringarrow-up-right type, set to 'ValidationError' that is being thrown.
get
string
'ValidationError'
public get [Symbol.toStringTag](): string The getarrow-up-right accessor, with the help of toStringTagarrow-up-right, changes the default tag to 'ValidationError' for an instance of ValidationError.
toStringTag
ValidationError
Last updated 3 years ago