| Package | Description | 
|---|---|
| net.bluemind.core.api | |
| net.bluemind.core.api.fault | |
| net.bluemind.core.container.model | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorCode | 
OperationFault.getCode()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationFault.setCode(ErrorCode code)  | 
| Constructor and Description | 
|---|
OperationFault(java.lang.String msg,
              ErrorCode code)  | 
| Modifier and Type | Method and Description | 
|---|---|
ErrorCode | 
ServerFault.getCode()  | 
static ErrorCode | 
ErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ErrorCode[] | 
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ServerFault | 
ServerFault.create(ErrorCode errorCode,
      java.lang.Throwable t)  | 
void | 
ServerFault.setCode(ErrorCode code)  | 
| Constructor and Description | 
|---|
ServerFault(java.lang.String s,
           ErrorCode ec)  | 
ValidationException(java.lang.String message,
                   ErrorCode errorCode)  | 
| Modifier and Type | Field and Description | 
|---|---|
ErrorCode | 
ContainerUpdatesResult.InError.errorCode  | 
| Modifier and Type | Method and Description | 
|---|---|
static ContainerUpdatesResult.InError | 
ContainerUpdatesResult.InError.create(java.lang.String message,
      ErrorCode errorCode,
      java.lang.String uid)  | 
Copyright © 2021. All Rights Reserved.