|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessErrorCodes
A collection of predefined process error codes.
Field Summary | |
---|---|
static int |
DATABASKET_CONFLICT_ERROR
Error code constant: A DataBasketConflictException occurred while trying to add/remove
items to/from a container. |
static int |
DUPLICATE_KEY_EXCEPTION
Error code constant: When adding an item to a container, there was a key duplication. |
static int |
ERR_INTERNAL
Error code constant: Unspecific internal error, that should not normally occur. |
static int |
ERR_LOWERBOUND
Any user defined error code must be outside [ERR_LOWERBOUND, . |
static int |
ERR_NOERROR
Error code constant: No error. |
static int |
ERR_UPPERBOUND
Any user defined error code must be outside [ . |
static int |
NOT_ENOUGH_ELEMENTS_ERROR
Error code constant: There were not enough elements in the source of a move action in a TwoTableFormSheet . |
static int |
REMOVE_VETO_EXCEPTION
Error code constant: A VetoException occurred while trying to remove items from a
container. |
Field Detail |
---|
static final int ERR_LOWERBOUND
[ERR_LOWERBOUND, ERR_UPPERBOUND
]
.
static final int ERR_NOERROR
static final int ERR_INTERNAL
static final int NOT_ENOUGH_ELEMENTS_ERROR
TwoTableFormSheet
.
static final int REMOVE_VETO_EXCEPTION
VetoException
occurred while trying to remove items from a
container.
static final int DUPLICATE_KEY_EXCEPTION
static final int DATABASKET_CONFLICT_ERROR
DataBasketConflictException
occurred while trying to add/remove
items to/from a container.
static final int ERR_UPPERBOUND
[ERR_LOWERBOUND
, ERR_UPPERBOUND]
.
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |