UpdateEventError
Possible errors when updating an event.
enum UpdateEventError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
DATA_REQUIRED
NOT_FOUND
}
Values
UpdateEventError.NONE
UpdateEventError.NAME_TOO_SHORT
UpdateEventError.NAME_TOO_LONG
UpdateEventError.ID_OR_NAME_REQUIRED
UpdateEventError.DATA_REQUIRED
UpdateEventError.NOT_FOUND
Member Of
UpdateEventResponse object