> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFEventsDataConnectionErrorState

> DataConnectionErrorState enum.

DataConnectionErrorState enum.

## Syntax

```cpp theme={null}
enum class PFEventsDataConnectionErrorState  : uint32_t  
{  
    OK,  
    Error  
}  
```

## Constants

| Constant | Description |
| -------- | ----------- |
| OK       | TBD         |
| Error    | TBD         |

## Requirements

**Header:** PFEventsTypes.h

## See also

[PFEventsTypes members](/services/playfab/api-references/c/pfeventstypes/pfeventstypes_members)
