This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.virt.vmwareapi.error_util Module

Exception classes and SOAP response error checking module.

class nova.virt.vmwareapi.error_util.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 nova.virt.vmwareapi.error_util.SessionOverLoadException(exception_summary, excep)

Bases: nova.virt.vmwareapi.error_util.VimException

Session Overload Exception.

exception nova.virt.vmwareapi.error_util.VimAttributeError(exception_summary, excep)

Bases: nova.virt.vmwareapi.error_util.VimException

VI Attribute Error.

exception nova.virt.vmwareapi.error_util.VimException(exception_summary, excep)

Bases: exceptions.Exception

The VIM Exception class.

exception nova.virt.vmwareapi.error_util.VimFaultException(fault_list, excep)

Bases: exceptions.Exception

The VIM Fault exception class.