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
The category of the parse issue.
Possible values are: VALUE_ILLEGAL , ATTRIBUTE_REQUIRED , ATTRIBUTE_ILLEGAL , ELEMENT_REQUIRED , ELEMENT_ILLEGAL , ELEMENT_UNKNOWN , SECTION_UNKNOWN , SECTION_RESTRICTION , PARSE_ERROR , GENERATE_ERROR , VALIDATION_ERROR , EXPORT_ERROR , INTERNAL_ERROR
The position in the line (see ParseIssue.line-number) (or -1 if not applicable).
The name of the file in which the parse issue was found.
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,
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
}