com.vmware.vapi.metadata.metamodel

error_info

The error_info structure contains the metadata information about the error elements contained in an operation element.
Representations:
{
    "documentation""string",
    "structure_id""obj-103"
}
<?xml version="1.0" ?>
<ns0:ErrorInfo xmlns:ns0="http://vmware.com/vapi/metadata/metamodel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <documentation>string</documentation>
  <structure_id>obj-103</structure_id>
</ns0:ErrorInfo>

Attributes:
Name Type Required Description
structure_id
 *
ID Yes Identifier for the structure element corresponding to the error that is being reported by the operation. Id of type com.vmware.vapi.structure.
documentation
 *
string Yes The English language documentation for the service element. It can contain HTML markup and Javadoc tags.

Copyright © 2014. All Rights Reserved.