Class AsyncSubscriber.OnError

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable error  
    • Constructor Summary

      Constructors 
      Constructor Description
      OnError​(java.lang.Throwable error)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • error

        public final java.lang.Throwable error
    • Constructor Detail

      • OnError

        public OnError​(java.lang.Throwable error)