Exception: Enactor::NotCompleteError
- Inherits:
-
TavernaServiceError
- Object
- StandardError
- TavernaServiceError
- Enactor::NotCompleteError
- Defined in:
- lib/enactor/client.rb
Overview
Thrown by execute_sync()
Instance Method Summary collapse
-
#initialize(job_url, status) ⇒ NotCompleteError
constructor
A new instance of NotCompleteError.
Constructor Details
#initialize(job_url, status) ⇒ NotCompleteError
Returns a new instance of NotCompleteError.
20 21 22 |
# File 'lib/enactor/client.rb', line 20 def initialize(job_url, status) super("Job #{job_url} not complete, status: #{status}") end |