Class ZendeskResponseException

    • Constructor Detail

      • ZendeskResponseException

        public ZendeskResponseException​(org.asynchttpclient.Response resp)
                                 throws IOException
        Throws:
        IOException
      • ZendeskResponseException

        public ZendeskResponseException​(int statusCode,
                                        String statusText,
                                        String body)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getStatusText

        public String getStatusText()
      • getBody

        public String getBody()