Returns the error if this Result is Err, otherwise default.
Haskell: Result.fromRight
The error if Err, otherwise default.
The error to return if Ok.