Exception: Zeridion::Flare::Worker::JobCancelledError
- Inherits:
-
StandardError
- Object
- StandardError
- Zeridion::Flare::Worker::JobCancelledError
- Defined in:
- lib/zeridion_flare/worker/errors.rb
Overview
Internal sentinel: the in-flight job was cancelled (server "cancel" response, host shutdown, or local timeout). Per decision D1 this still acks "failed" — never "cancelled".
Instance Method Summary collapse
-
#initialize(msg = "Job cancelled.") ⇒ JobCancelledError
constructor
A new instance of JobCancelledError.
Constructor Details
#initialize(msg = "Job cancelled.") ⇒ JobCancelledError
Returns a new instance of JobCancelledError.
38 39 40 |
# File 'lib/zeridion_flare/worker/errors.rb', line 38 def initialize(msg = "Job cancelled.") super end |