• Type guard to check if a value is a GenericError.

    Parameters

    • value: unknown

      The value to check

    Returns value is GenericError

    True if the value is a GenericError, false otherwise