The nova.virt.vmwareapi.error_util Module

Exception classes and SOAP response error checking module.

class FaultCheckers

Bases: object

Methods for fault checking of SOAP response. Per Method error handlers for which we desire error checking are defined. SOAP faults are embedded in the SOAP messages as properties and not as SOAP faults.

static retrieveproperties_fault_checker(resp_obj)

Checks the RetrieveProperties response for errors. Certain faults are sent as part of the SOAP body as property of missingSet. For example NotAuthenticated fault.

exception SessionOverLoadException(exception_summary, excep)

Bases: nova.virt.vmwareapi.error_util.VimException

Session Overload Exception.

exception VimAttributeError(exception_summary, excep)

Bases: nova.virt.vmwareapi.error_util.VimException

VI Attribute Error.

exception VimException(exception_summary, excep)

Bases: exceptions.Exception

The VIM Exception class.

exception VimFaultException(fault_list, excep)

Bases: exceptions.Exception

The VIM Fault exception class.

Previous topic

The nova.virt.vmwareapi.driver Module

Next topic

The nova.virt.vmwareapi.fake Module

This Page