Sha256: bead620c4e5a643451512e5fc35059afa51c51c55be3fc85cd8ea7edd5513594

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

module Stream
  class Error < StandardError; end

  class StreamApiResponseException < Error; end

  class StreamApiResponseApiKeyException < StreamApiResponseException; end

  class StreamApiResponseSignatureException < StreamApiResponseException; end

  class StreamApiResponseInputException < StreamApiResponseException; end

  class StreamApiResponseCustomFieldException < StreamApiResponseException; end

  class StreamApiResponseFeedConfigException < StreamApiResponseException; end

  class StreamApiResponseSiteSuspendedException < StreamApiResponseException; end

  class StreamApiResponseInvalidPaginationException < StreamApiResponseException; end

  class StreamApiResponseRateLimitReached < StreamApiResponseException; end

  class StreamApiResponseMissingRankingException < StreamApiResponseFeedConfigException; end

  class StreamApiResponseMissingUserException < StreamApiResponseException; end

  class StreamApiResponseRankingException < StreamApiResponseFeedConfigException; end

  class StreamApiResponseOldStorageBackendException < StreamApiResponseException; end

  class StreamApiResponseJinjaRuntimeException < StreamApiResponseException; end

  class StreamApiResponseBestPracticeException < StreamApiResponseException; end

  class StreamApiResponseDoesNotExistException < StreamApiResponseException; end

  class StreamApiResponseNotAllowedException < StreamApiResponseException; end

  class StreamApiResponseConflictException < StreamApiResponseException; end

  class StreamInputData < Error; end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stream-ruby-5.1.0 lib/stream/errors.rb
stream-ruby-5.0.0 lib/stream/errors.rb
stream-ruby-4.6.0 lib/stream/errors.rb