Lodash.isError

Checks if value is an Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, or URIError object.

struct Lodash
nothrow @trusted @safe ref
isError
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is an error object, else false.

Meta