Exception: Ably::Exceptions::IncompatibleClientId

Inherits:
BaseAblyException show all
Defined in:
lib/submodules/ably-ruby/lib/ably/exceptions.rb

Instance Attribute Summary

Attributes inherited from BaseAblyException

#code, #message, #request_id, #status

Instance Method Summary collapse

Methods inherited from BaseAblyException

#as_json, #to_s

Constructor Details

#initialize(messages, status = 400, code = Ably::Exceptions::Codes::INVALID_CLIENT_ID, *args) ⇒ IncompatibleClientId

Returns a new instance of IncompatibleClientId.



159
160
161
# File 'lib/submodules/ably-ruby/lib/ably/exceptions.rb', line 159

def initialize(messages, status = 400, code = Ably::Exceptions::Codes::INVALID_CLIENT_ID, *args)
  super(message, status, code, *args)
end