static isError()
Checks whether the value of any type is an instance of `Error`.
Last updated
Was this helpful?
Checks whether the value of any type is an instance of `Error`.
Last updated
Was this helpful?
Error.isError()
Checks whether the of type is an instance of 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 that 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 given .