
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
706 B
706 B
vmodl.LocalizedMethodFault
A wrapper class used to pass MethodFault data objects over the wire along with a localized display message for the fault.
- extends
- Attributes:
-
fault (vmodl.MethodFault):
localizedMessage (str, optional):
The localized message that would be sent in the faultstring element of the SOAP Fault. It is optional so that clients are not required to send a localized message to the server, but servers are required to send the localized message to clients.