class RubyConversations::ClientError
Error raised when there is an error with the client
def initialize(message, status_code: nil)
def initialize(message, status_code: nil) super(message) @status_code = status_code end
Error raised when there is an error with the client
def initialize(message, status_code: nil) super(message) @status_code = status_code end