Exception: Ably::Exceptions::Standard

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

Overview

A generic Ably exception taht supports a status & code. See github.com/ably/ably-common/blob/main/protocol/errors.json for a list of Ably errors

Instance Attribute Summary

Attributes inherited from BaseAblyException

#code, #message, #request_id, #status

Method Summary

Methods inherited from BaseAblyException

#as_json, #initialize, #to_s

Constructor Details

This class inherits a constructor from Ably::Exceptions::BaseAblyException