| Package | Description |
|---|---|
| com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
| Modifier and Type | Field and Description |
|---|---|
static Error.Type |
Error.Type.ALREADY_EXISTS
Discriminator for the
AlreadyExists type. |
static Error.Type |
Error.Type.ALREADY_IN_DESIRED_STATE
Discriminator for the
AlreadyInDesiredState
type. |
static Error.Type |
Error.Type.CANCELED
Discriminator for the
Canceled type. |
static Error.Type |
Error.Type.CONCURRENT_CHANGE
Discriminator for the
ConcurrentChange type. |
static Error.Type |
Error.Type.ERROR
Discriminator for the
Error type. |
static Error.Type |
Error.Type.FEATURE_IN_USE
Discriminator for the
FeatureInUse type. |
static Error.Type |
Error.Type.INTERNAL_SERVER_ERROR
Discriminator for the
InternalServerError
type. |
static Error.Type |
Error.Type.INVALID_ARGUMENT
Discriminator for the
InvalidArgument type. |
static Error.Type |
Error.Type.INVALID_ELEMENT_CONFIGURATION
Discriminator for the
InvalidElementConfiguration type. |
static Error.Type |
Error.Type.INVALID_ELEMENT_TYPE
Discriminator for the
InvalidElementType
type. |
static Error.Type |
Error.Type.INVALID_REQUEST
Discriminator for the
InvalidRequest type. |
static Error.Type |
Error.Type.NOT_ALLOWED_IN_CURRENT_STATE
Discriminator for the
NotAllowedInCurrentState type. |
static Error.Type |
Error.Type.NOT_FOUND
Discriminator for the
NotFound type. |
static Error.Type |
Error.Type.OPERATION_NOT_FOUND
Discriminator for the
OperationNotFound type. |
static Error.Type |
Error.Type.RESOURCE_BUSY
Discriminator for the
ResourceBusy type. |
static Error.Type |
Error.Type.RESOURCE_IN_USE
Discriminator for the
ResourceInUse type. |
static Error.Type |
Error.Type.RESOURCE_INACCESSIBLE
Discriminator for the
ResourceInaccessible
type. |
static Error.Type |
Error.Type.SERVICE_UNAVAILABLE
Discriminator for the
ServiceUnavailable
type. |
static Error.Type |
Error.Type.TIMED_OUT
Discriminator for the
TimedOut type. |
static Error.Type |
Error.Type.UNABLE_TO_ALLOCATE_RESOURCE
Discriminator for the
UnableToAllocateResource type. |
static Error.Type |
Error.Type.UNAUTHENTICATED
Discriminator for the
Unauthenticated type. |
static Error.Type |
Error.Type.UNAUTHORIZED
Discriminator for the
Unauthorized type. |
static Error.Type |
Error.Type.UNEXPECTED_INPUT
Discriminator for the
UnexpectedInput type. |
static Error.Type |
Error.Type.UNSUPPORTED
Discriminator for the
Unsupported type. |
static Error.Type |
Error.Type.UNVERIFIED_PEER
Discriminator for the
UnverifiedPeer type. |
| Modifier and Type | Method and Description |
|---|---|
Error.Type |
Error.getErrorType()
Discriminator field to help API consumers identify the structure type.
|
static Error.Type |
Error.Type.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static Error.Type[] |
Error.Type.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Constructor and Description |
|---|
AlreadyExists(StructValue __dynamicStructureFields,
Error.Type errorType) |
AlreadyInDesiredState(StructValue __dynamicStructureFields,
Error.Type errorType) |
Canceled(StructValue __dynamicStructureFields,
Error.Type errorType) |
ConcurrentChange(StructValue __dynamicStructureFields,
Error.Type errorType) |
Error(StructValue __dynamicStructureFields,
Error.Type errorType) |
FeatureInUse(StructValue __dynamicStructureFields,
Error.Type errorType) |
InternalServerError(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidArgument(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidElementConfiguration(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidElementType(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidRequest(StructValue __dynamicStructureFields,
Error.Type errorType) |
NotAllowedInCurrentState(StructValue __dynamicStructureFields,
Error.Type errorType) |
NotFound(StructValue __dynamicStructureFields,
Error.Type errorType) |
OperationNotFound(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceBusy(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceInaccessible(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceInUse(StructValue __dynamicStructureFields,
Error.Type errorType) |
ServiceUnavailable(StructValue __dynamicStructureFields,
Error.Type errorType) |
TimedOut(StructValue __dynamicStructureFields,
Error.Type errorType) |
UnableToAllocateResource(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unauthenticated(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unauthorized(StructValue __dynamicStructureFields,
Error.Type errorType) |
UnexpectedInput(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unsupported(StructValue __dynamicStructureFields,
Error.Type errorType) |
UnverifiedPeer(StructValue __dynamicStructureFields,
Error.Type errorType) |
Copyright © 2022. All rights reserved.