unwrapError abstract method

E unwrapError(
  1. E defaultError
)

Returns the error of this Result, or defaultError if Result does not contain an error.

Implementation

E unwrapError(E defaultError);