| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| com.vmware.vapi.core | |
| com.vmware.vapi.data | |
| com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
UnresolvedError._getDataValue() |
| Constructor and Description |
|---|
UnresolvedError(ErrorValue errorValue) |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
MethodResult.getError()
Returns the error for this
MethodResult. |
| Modifier and Type | Method and Description |
|---|---|
static MethodResult |
MethodResult.newErrorResult(ErrorValue error)
Static factory method for creating
MethodResult instance
for error reported by method invocation |
| Constructor and Description |
|---|
MethodResult(DataValue output,
ErrorValue error)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
ErrorValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorValue |
StandardDataFactory.createErrorValueForMessages(com.vmware.vapi.data.ErrorDefinition errorDef,
List<com.vmware.vapi.Message> messages)
Creates instance for given error definition and list of
Messagess. |
static ErrorValue |
StandardDataFactory.createErrorValueForMessages(String errorName,
List<com.vmware.vapi.Message> messages)
Creates a standard error
ErrorValue for the given
name list of Messagess. |
Copyright © 2016. All Rights Reserved.