error property

  1. @Throws([ResultError])
E get error

Returns the error of this Result. A ResultError is throw if this Result does not contain an error.

Implementation

@Throws([ResultError])
E get error;