static isValidationError()
Checks whether the value of any type is an instance of `ValidationError`
Last updated
Was this helpful?
Checks whether the value of any type is an instance of `ValidationError`
Last updated
Was this helpful?
ValidationError.isValidationError()
Checks whether the of any type is the instance of any or the given .
Id
extends
A generic type variable constrained by the , by default of the value captured from the provided optional indicates the type of the via .
value:
The value of type to check against the instance.
id?:
Optional unique of generic type variable to check whether the given contains.
The return type is a resulting from its statement indicating the is the object that takes the generic type variable .
The return value is a type indicating whether the given is an instance of of any or the supplied optional properties.