public interface InvocationCodes
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_DENIED
An error code returned to clients when a service cannot be performed because the requesting
client does not have the proper access.
|
static String |
E_ACCESS_DENIED
An error code returned to clients when a service cannot be performed because the requesting
client does not have the proper access.
|
static String |
E_INTERNAL_ERROR
An error code returned to clients when a service cannot be performed because of some
internal server error that we couldn't explain in any meaningful way (things like null
pointer exceptions).
|
static String |
GLOBAL_GROUP
Defines a global invocation services group that can be used by clients and services that do
not care to make a distinction between groups of invocation services.
|
static String |
INTERNAL_ERROR
An error code returned to clients when a service cannot be performed because of some
internal server error that we couldn't explain in any meaningful way (things like null
pointer exceptions).
|
static final String GLOBAL_GROUP
static final String INTERNAL_ERROR
static final String ACCESS_DENIED
static final String E_INTERNAL_ERROR
static final String E_ACCESS_DENIED
Copyright © 2015. All rights reserved.