Exception: Rundeck::APIFailure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rundeck-ruby/execution.rb

Instance Method Summary collapse

Constructor Details

#initialize(call, status) ⇒ APIFailure

Returns a new instance of APIFailure.



15
16
17
# File 'lib/rundeck-ruby/execution.rb', line 15

def initialize(call, status)
  super("The call to #{call} failed with result #{result}")
end