Parent

Methods

Class Index [+]

Quicksearch

AMT::InvocationError

Raised when error invoking an AMT method was detected, i.e. when the status field of the SOAP response indicates an error condition.

Attributes

status[R]

The AMT::PTStatus instance of the failed method.

document[R]

The response document.

Public Class Methods

new(status, document) click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.