error property
Returns the error of this Result. A ResultError is throw if this Result does not contain an error.
Implementation
@Throws([ResultError])
E get error;
Returns the error of this Result. A ResultError is throw if this Result does not contain an error.
@Throws([ResultError])
E get error;