Class HttpEventCollectorErrorHandler.ServerErrorException

    • Constructor Detail

      • ServerErrorException

        public ServerErrorException​(String serverReply)
        Create an exception with server error reply
        Parameters:
        serverReply - server reply
    • Method Detail

      • getReply

        public String getReply()
        Returns:
        Splunk server reply in json format
      • getErrorCode

        public long getErrorCode()
        Returns:
        error code replied by Splunk server
      • getErrorText

        public String getErrorText()
        * @return error text replied by Splunk server