expect Error
Unwraps a Result, yielding the error.
Rust: Result.expect_err
Parameters
message
The message to include in the UnwrapException if the Result is Ok.
Unwraps a Result, yielding the error.
Rust: Result.expect_err
The message to include in the UnwrapException if the Result is Ok.