REST API - ovf_error
com.vmware.vcenter.ovf
ovf_error
The
ovf_error
structure describes an error related to accessing, validating, deploying, or exporting an OVF package.- Representations:
-
- Attributes:
-
Name Type Required Description category *
com.vmware.vcenter.ovf.ovf_message.category Yes The message category.
Thecategory
enumerated type defines the categories of messages (see com.vmware.vcenter.ovf.ovf_message).
Values one of
VALIDATION: The OVF descriptor is invalid, for example, syntax errors or schema errors.
INPUT: The user provided input parameters are invalid.
SERVER: Server error.issues List<parse_issue> No. This field is optional and it is only relevant when the value of category
is VALIDATION.Array of parse issues (see com.vmware.vcenter.ovf.parse_issue). Required if category has value VALIDATION. name string No. This field is optional and it is only relevant when the value of category
is INPUT.The name of input parameter. Required if category has value INPUT. value string No. This field is optional and it is only relevant when the value of category
is INPUT.The value of input parameter. Required if category has value INPUT. message localizable_message No. This field is optional and it is only relevant when the value of category
is INPUT.A localizable message. Required if category has value INPUT. error dynamic_structure No. This field is optional and it is only relevant when the value of category
is SERVER.Represents a server com.vmware.vapi.std.errors.error. Has the fields of error. Required if category has value SERVER.
Copyright © 2014. All Rights Reserved.