EventError
Possible errors when deleting an event.
enum EventError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
NOT_FOUND
}
Values
EventError.NONE
EventError.NAME_TOO_SHORT
EventError.NAME_TOO_LONG
EventError.ID_OR_NAME_REQUIRED
EventError.NOT_FOUND
Member Of
EventResponse object