Class RegistrationResponse.Failure

    • Constructor Detail

      • Failure

        public Failure​(Throwable reason)
        Creates a new failure message.
        Parameters:
        reason - The reason for the failure.
    • Method Detail

      • getReason

        public org.apache.flink.util.SerializedThrowable getReason()
        Gets the reason for the failure.