Returns whether or not this Result is Err.
Result
See also: Rust: Result::is_err()
Result::is_err()
bool isErr() => !isOk();