1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.. _int: https://docs.python.org/2/library/stdtypes.html
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.fault.OvfConsumerCallbackFault: ../../vim/fault/OvfConsumerCallbackFault.rst
vim.fault.OvfConsumerInvalidSection
===================================
:extends:
`vim.fault.OvfConsumerCallbackFault`_
A fault type indicating that the XML of a section appended by an OVF consumer was invalid.
Attributes:
lineNumber (`int`_)
description (`str`_)
|