InvalidEventReason
public enum InvalidEventReason
The underlying reason the event is invalid.
-
The
Event.eventID
cannot be URL-quoted.Declaration
Swift
case invalidEventID
-
The
Event.properties
is not a valid JSON dictionary.Declaration
Swift
case invalidJSONProperties
-
An
$unset
event has empty or nilEvent.properties
.Declaration
Swift
case unsetEventWithEmptyProperties