UpdateEventRoundError
Possible errors when updating an event round.
enum UpdateEventRoundError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
EVENT_ROUND_OR_ID_REQUIRED
NO_UPDATE_SPECIFIED
NOT_FOUND
}
Values
UpdateEventRoundError.NONE
UpdateEventRoundError.NAME_TOO_SHORT
UpdateEventRoundError.NAME_TOO_LONG
UpdateEventRoundError.ID_OR_NAME_REQUIRED
UpdateEventRoundError.EVENT_ROUND_OR_ID_REQUIRED
UpdateEventRoundError.NO_UPDATE_SPECIFIED
UpdateEventRoundError.NOT_FOUND
Member Of
UpdateEventRoundResponse object