StandardError
Raised when error invoking an AMT method was detected, i.e. when the status field of the SOAP response indicates an error condition.
Create a new InvocationError object for the given status and document.
# File lib/amt/service/basic.rb, line 34
34: def initialize(status, document)
35: super("Error invoking AMT method, status = #{status}")
36: @status, @document = @status, @document
37: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.