• Checks whether the result is an Err.

    Type Parameters

    • E

    • T

    Parameters

    • res: Result<E, T>

      The result to be checked.

    Returns res is Err<E>

    Whether the result is an Err.

Generated using TypeDoc