Sha256: b2daa6ecb43db391b272eaa960c9c976b30510c3af80ba6d75f3a636fcfba392

Contents?: true

Size: 498 Bytes

Versions: 10

Compression:

Stored size: 498 Bytes

Contents

module OpenActive
  module Rpde
    module Exceptions
      class FirstTimeAfterTimestampAndAfterIdException < RpdeException
        def initialize(msg = "First item in the feed must never have same 'modified' and 'id' as afterTimestamp and "\
                             "afterId query parameters. Please check the RPDE specification and ensure you are using "\
                             "the correct query for your ordering strategy.")
          super
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.4.0 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.3.0 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.2.2 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.2.1 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.2.0 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.1.2 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.1.1 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.1.0 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
openactive-0.1.0.rc1 lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb