hasError
hasError<
E,A>(data): data is Err<E> | Both<E, A>
Defined in: Core/These.ts:86
Returns true if the These contains an error/warning (Err or Both).
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”These<E, A>
Returns
Section titled “Returns”data is Err<E> | Both<E, A>