Exception: OpenActive::Rpde::Exceptions::FirstTimeAfterTimestampAndAfterIdException
- Inherits:
-
RpdeException
- Object
- StandardError
- RpdeException
- OpenActive::Rpde::Exceptions::FirstTimeAfterTimestampAndAfterIdException
- Defined in:
- lib/openactive/rpde/exceptions/first_time_after_timestamp_and_after_id_exception.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of FirstTimeAfterTimestampAndAfterIdException.
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 |