EventUserError
Possible errors when deleting an event user.
enum EventUserError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
CLIENT_USER_ID_REQUIRED
NOT_FOUND
}
Values
EventUserError.NONE
EventUserError.NAME_TOO_SHORT
EventUserError.NAME_TOO_LONG
EventUserError.ID_OR_NAME_REQUIRED
EventUserError.CLIENT_USER_ID_REQUIRED
EventUserError.NOT_FOUND
Member Of
EventUserResponse object