GetEventError
Possible errors when getting an event.
enum GetEventError {
NONE
NAME_TOO_SHORT
NAME_TOO_LONG
ID_OR_NAME_REQUIRED
NOT_FOUND
}
Values
GetEventError.NONE
GetEventError.NAME_TOO_SHORT
GetEventError.NAME_TOO_LONG
GetEventError.ID_OR_NAME_REQUIRED
GetEventError.NOT_FOUND
Member Of
GetEventResponse object