| Package | Description |
|---|---|
| com.vmware.vapi.core | |
| com.vmware.vapi.provider.introspection | |
| 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 |
|---|---|
ErrorDefinition |
MethodDefinition.getErrorDefinition(String errorName)
Returns the error definition with the specified name reported by this
method or
null if this method doesn't report an error with
the specified name. |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorDefinition> |
MethodDefinition.getErrorDefinitions()
Returns a set of error definitions describing the errors
which this method can report.
|
| Constructor and Description |
|---|
MethodDefinition(MethodIdentifier id,
DataDefinition input,
DataDefinition output,
Set<ErrorDefinition> errors)
Constructor.
|
MethodDefinition(MethodIdentifier id,
DataDefinition input,
DataDefinition output,
Set<ErrorDefinition> errors,
MethodDefinition.TaskSupport taskSupport)
Constructor.
|
| Constructor and Description |
|---|
ErrorAugmentingFilter(ApiProvider decoratedProvider,
Set<ErrorDefinition> extraErrors)
Creates a filter for a fixed set of error definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorDefinition |
StandardDataFactory.createStandardErrorDefinition(String errorName)
Creates
ErrorDefinitions for standard vAPI errors. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorValue |
StandardDataFactory.createErrorValueForMessages(ErrorDefinition errorDef,
List<Message> messages)
Creates instance for given error definition and list of
Messages. |
Copyright © 2022. All rights reserved.