Skip to main content
PFEventsDataConnectionStatusDetails data model.

Syntax

Members

error   const char*
is null-terminated
(Optional) The name of the error affecting the data connection, if any. errorMessage   const char*
is null-terminated
(Optional) A description of the error affecting the data connection, if any. This may be empty for some errors. mostRecentErrorTime   time_t const*
may be nullptr
(Optional) The most recent time of the error affecting the data connection, if any. state   PFEventsDataConnectionErrorState const*
may be nullptr
(Optional) Indicates if the connection is in a normal state or error state.

Requirements

Header: PFEventsTypes.h

See also

PFEventsTypes members
Last modified on September 11, 2026