Exception: OpenActive::Rpde::Exceptions::FirstTimeAfterTimestampAndAfterIdException

Inherits:
RpdeException
  • Object
show all
Defined in:
lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb

Instance Method Summary collapse

Constructor Details

#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.") ⇒ FirstTimeAfterTimestampAndAfterIdException

Returns a new instance of FirstTimeAfterTimestampAndAfterIdException.



5
6
7
8
9
# File 'lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb', line 5

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