Sha256: eee180e1e6588946c5c9691dd88c6f32f1e8b9d6002fcefcaeab750b9f4c2949

Contents?: true

Size: 921 Bytes

Versions: 9

Compression:

Stored size: 921 Bytes

Contents

module OpenTok

  # Defines errors raised by methods of the OpenTok Ruby SDK.
  class OpenTokError < StandardError; end
  # Defines errors raised by archive-related methods of the OpenTok Ruby SDK.
  class OpenTokArchiveError < OpenTokError; end
  # Defines errors raised by SIP methods of the OpenTok Ruby SDK.
  class OpenTokSipError < OpenTokError; end
  # Defines errors raised when you attempt an operation using an invalid OpenTok API key or secret.
  class OpenTokAuthenticationError < OpenTokError; end
  # Defines errors raised when you attempt a force disconnect a client and it is not connected to the session.
  class OpenTokConnectionError < OpenTokError; end
  # Defines errors raised when you attempt set layout classes to a stream.
  class OpenTokStreamLayoutError < OpenTokError; end
  # Defines errors raised when you perform Broadcast operations.
  class OpenTokBroadcastError < OpenTokError; end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
opentok-4.4.0 lib/opentok/exceptions.rb
opentok-4.3.0 lib/opentok/exceptions.rb
opentok-4.2.0 lib/opentok/exceptions.rb
opentok-4.1.2 lib/opentok/exceptions.rb
opentok-4.1.1 lib/opentok/exceptions.rb
opentok-4.1.0 lib/opentok/exceptions.rb
opentok-4.0.1 lib/opentok/exceptions.rb
opentok-4.0.0 lib/opentok/exceptions.rb
opentok-3.1.0 lib/opentok/exceptions.rb