BaseCallBack<E, R>.error constructor

BaseCallBack<E, R>.error(
  1. E e
)

Implementation

factory BaseCallBack.error(E e) => Error(e);