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.1.1.beta16 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta15 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta14 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta13 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta12 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta11 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta10 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.0.15 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta9 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta8 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta7 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta6 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta5 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.0.14 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta4 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.1.beta lib/copy_tuner_client/errors.rb
copy_tuner_client-0.1.0.beta lib/copy_tuner_client/errors.rb
copy_tuner_client-0.0.12 lib/copy_tuner_client/errors.rb