Exception: Enactor::NotCompleteError

Inherits:
TavernaServiceError show all
Defined in:
lib/enactor/client.rb

Overview

Thrown by execute_sync()

Instance Method Summary collapse

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