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.4.5 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.4 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.4.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.5 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.4 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.3.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.2.4 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.2.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.2.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.2.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.2.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta19 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta18 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta17 lib/copy_tuner_client/errors.rb