Class ChatErrorResponseException

All Implemented Interfaces:
Serializable

public class ChatErrorResponseException extends HttpResponseException
Exception thrown on chat specific errors
See Also:
  • Constructor Details

    • ChatErrorResponseException

      public ChatErrorResponseException(String message, HttpResponse response)
      Initializes a new instance of the ChatErrorResponseException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
    • ChatErrorResponseException

      public ChatErrorResponseException(String message, HttpResponse response, ChatError value)
      Initializes a new instance of the ChatErrorResponseException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
      value - the deserialized response value.
  • Method Details