Unwraps a Result, yielding the error.
Rust: Result.unwrap_err
if the Result is Ok, with a message containing the value.