Package 

Class FlagsClientState.Error

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Throwable error
    • Method Summary

      Modifier and Type Method Description
      final Throwable getError()
      • Methods inherited from class java.lang.Object

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

      • FlagsClientState.Error

        FlagsClientState.Error(Throwable error)
        Parameters:
        error - The error that caused the transition to this state, or null if unknown.