| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api.impl | |
| net.nuage.vsp.acs.client.common | |
| net.nuage.vsp.acs.client.common.model | |
| net.nuage.vsp.acs.client.exception |
| Modifier and Type | Method and Description |
|---|---|
NuageVspObject |
NuageVspRestApi.createResource(NuageVspEntity parentEntityType,
String parentEntityId,
NuageVspObject childEntity,
Boolean checkWarning,
NuageVspUser proxyUser,
NuageVspConstants.ErrorCode... retryNuageErrorCodes) |
NuageVspObject |
NuageVspRestApi.createResource(NuageVspObject parent,
NuageVspObject child,
NuageVspConstants.ErrorCode... retryNuageErrorCodes) |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspConstants.ErrorCode |
NuageVspConstants.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspConstants.ErrorCode[] |
NuageVspConstants.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NuageVspConstants.ErrorCode |
NuageVspError.getInternalErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspError.setInternalErrorCode(NuageVspConstants.ErrorCode internalErrorCode) |
| Constructor and Description |
|---|
NuageVspError(NuageVspConstants.ErrorCode internalErrorCode,
List<NuageVspError.Detail> errors,
String stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
NuageVspConstants.ErrorCode |
NuageVspApiException.getNuageErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspApiException.setNuageErrorCode(NuageVspConstants.ErrorCode nuageErrorCode) |
| Constructor and Description |
|---|
NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage) |
NuageVspApiException(int httpErrorCode,
NuageVspConstants.ErrorCode nuageErrorCode,
String errorMessage,
Throwable cause) |
NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspConstants.ErrorCode nuageErrorCode,
String nuageErrorDetails,
NuageVspEntity entityType,
RequestType requestType) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.