Exception | Description |
---|---|
ObserverCompletedException |
It is illegal to call onError() or onCompleted() when a call to onNext() is
still outstanding, or to call onNext(), onError() or onCompleted() after a
call to onError() or onCompleted() has been dispatched.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.