AddEventResultError
Possible errors when adding an event result.
enum AddEventResultError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
CLIENT_USER_ID_REQUIRED
RESULT_REQUIRED
USER_DATA_REQUIRED
ROUND_USER_DATA_REQUIRED
NOT_FOUND
EVENT_ENDED
}
Values
AddEventResultError.NONE
AddEventResultError.NAME_TOO_SHORT
AddEventResultError.NAME_TOO_LONG
AddEventResultError.ID_OR_NAME_REQUIRED
AddEventResultError.CLIENT_USER_ID_REQUIRED
AddEventResultError.RESULT_REQUIRED
AddEventResultError.USER_DATA_REQUIRED
AddEventResultError.ROUND_USER_DATA_REQUIRED
AddEventResultError.NOT_FOUND
AddEventResultError.EVENT_ENDED
Member Of
AddEventResultResponse object