Sha256: b5256c5b05940f62cf65682085dac09ac1e60bf58114fd019b605d082b95e799

Contents?: true

Size: 552 Bytes

Versions: 19

Compression:

Stored size: 552 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

  class IgnoredKey < StandardError
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
copy_tuner_client-0.19.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.18.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.17.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.16.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.16.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.16.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.16.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.15.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.15.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.14.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.14.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.14.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.6 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.5 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.3 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.2 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.1 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.13.0 lib/copy_tuner_client/errors.rb
copy_tuner_client-0.12.0 lib/copy_tuner_client/errors.rb