Enum DebugEventType
Defined in File DebugEvents.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::DebugEventType
DebugEventType enumeration contains a set of event types supported by SDK
Values:
-
enumerator EVT_LOG_EVENT
API call: logEvent.
-
enumerator EVT_LOG_LIFECYCLE
API call: logAppLifecycle.
-
enumerator EVT_LOG_FAILURE
API call: logFailure.
-
enumerator EVT_LOG_PAGEVIEW
API call: logPageView.
-
enumerator EVT_LOG_PAGEACTION
API call: logPageAction.
-
enumerator EVT_LOG_SAMPLEMETR
API call: logSampledMetric.
-
enumerator EVT_LOG_AGGRMETR
API call: logAggregatedMetric.
-
enumerator EVT_LOG_TRACE
API call: logTrace.
-
enumerator EVT_LOG_USERSTATE
API call: logUserState.
-
enumerator EVT_LOG_SESSION
API call: logSession.
-
enumerator EVT_ADDED
Event(s) added to queue.
-
enumerator EVT_CACHED
Event(s) cached in offline storage.
-
enumerator EVT_DROPPED
Event(s) dropped.
-
enumerator EVT_FILTERED
Event(s) filtered.
-
enumerator EVT_SENT
Event(s) sent.
-
enumerator EVT_SENDING
Event(s) being uploaded.
-
enumerator EVT_SEND_FAILED
Event(s) send failed.
-
enumerator EVT_SEND_RETRY
Event(s) send retry.
-
enumerator EVT_SEND_RETRY_DROPPED
Event(s) retry drop.
-
enumerator EVT_SEND_SKIP_UTC_REGISTRATION
Event(s) skip UTC registration.
-
enumerator EVT_REJECTED
Event(s) rejected, e.g.
Failed regexp check or missing event name.
-
enumerator EVT_HTTP_STATE
HTTP client state events.
-
enumerator EVT_CONN_FAILURE
BEGIN: deprecated events group.
Events below might have been reported by previous version of SDK (Aria-v1), and/or by earlier versions of 1DS C++ SDK. Please use generic EVT_HTTP_STATE event instead.
HTTP stack failure.
-
enumerator EVT_HTTP_FAILURE
HTTP stack failure.
-
enumerator EVT_COMPRESS_FAILED
Compression failed.
-
enumerator EVT_UNKNOWN_HOST
HTTP stack unknown host.
-
enumerator EVT_HTTP_ERROR
END: deprecated events group.
HTTP response error.
-
enumerator EVT_HTTP_OK
HTTP response 200 OK.
-
enumerator EVT_NET_CHANGED
Network state change.
-
enumerator EVT_STORAGE_FULL
Storage full.
-
enumerator EVT_STORAGE_FAILED
Storage failed.
-
enumerator EVT_TICKET_EXPIRED
Ticket Expired
-
enumerator EVT_UNKNOWN
Unknown error.
-
enumerator EVT_LOG_EVENT