Signal a Throwable exception. @param error the Throwable to signal, not null
(@NonNull Throwable error)
| 39 | * @param error the {@code Throwable} to signal, not {@code null} |
| 40 | */ |
| 41 | void onError(@NonNull Throwable error); |
| 42 | |
| 43 | /** |
| 44 | * Signal a completion. |
no outgoing calls