UpdateEventUserError
Possible errors when updating an event user.
enum UpdateEventUserError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
CLIENT_USER_ID_REQUIRED
EVENT_USER_OR_ID_REQUIRED
DATA_REQUIRED
NOT_FOUND
}
Values
UpdateEventUserError.NONE
UpdateEventUserError.NAME_TOO_SHORT
UpdateEventUserError.NAME_TOO_LONG
UpdateEventUserError.ID_OR_NAME_REQUIRED
UpdateEventUserError.CLIENT_USER_ID_REQUIRED
UpdateEventUserError.EVENT_USER_OR_ID_REQUIRED
UpdateEventUserError.DATA_REQUIRED
UpdateEventUserError.NOT_FOUND
Member Of
UpdateEventUserResponse object