OvfParseIssue
The ParseIssue structure contains the information about the issue found when parsing an OVF package during deployment or exporting an OVF package including: - Parsing and validation error on OVF descriptor (which is an XML document), manifest and certificate files. - OVF descriptor generating and device error. - Unexpected server error.
Properties
integer
column_number
Required
The position in the line (see ParseIssue.line-number) (or -1 if not applicable).
string
file
Required
The name of the file in which the parse issue was found.
integer
line_number
Required
The line number of the line in the file (see ParseIssue.file) where the parse issue was found (or -1 if not applicable).
JSON Example
{
"category": "enum",
"column_number": 0,
"file": "string",
"line_number": 0
}