vapi metadata metamodel: error info
The
error_info
structure contains the metadata information about the error elements contained in an operation element.Representation:
{
"documentation" : "string",
"structure_id" : "obj-103"
}
"documentation" : "string",
"structure_id" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
structure_id | string | Identifier for the structure element corresponding to the error that is being reported by the operation. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vapi.structure . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vapi.structure . |
documentation | string | The English language documentation for the service element. It can contain HTML markup and Javadoc tags. |