Sha256: b40278f89ff9371304781021bdcd071e1022cc88d5abeeae19fcbf5dfd8e72bf

Contents?: true

Size: 510 Bytes

Versions: 70

Compression:

Stored size: 510 Bytes

Contents

module CopyTunerClient
  # Raised when an error occurs while contacting the CopyTuner server. This is
  # raised by {Client} and generally rescued by {Cache}. The application will
  # not encounter this error. Polling will continue even if this error is raised.
  class ConnectionError < StandardError
  end

  # Raised when the client is configured with an api key that the CopyTuner
  # server does not recognize. Polling is aborted when this error is raised.
  class InvalidApiKey < StandardError
  end
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
copy_tuner_client-0.11.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.10.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.9.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.8.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.8.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.7.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.6.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.6.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.5.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.5.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.5.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.5.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.5.0.pre lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.12 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.11 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.10 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.9 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.8 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.7 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.6 lib/copy_tuner_client/errors.rb