Interface RemoteCommandWithErrorMessage

    • Method Detail

      • hasErrorMessage

        boolean hasErrorMessage()
        Returns whether an error message is available.
        Returns:
        true if an error message available
      • getErrorMessage

        String getErrorMessage()
        Returns the error message (if any).
        Returns:
        the error message, null if none availabe