> ## 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.

# PartyXblStateChangeResult

> Reference for the PartyXblStateChangeResult enum listing success and error results for asynchronous PlayFab Party XBOX Live Helper library operations.

Results for Party XBOX Live Helper library operations that generate state changes.

## Syntax

```cpp theme={null}
enum class PartyXblStateChangeResult    
{  
    Succeeded = 0,  
    UnknownError = 1,  
    CanceledByTitle = 2,  
    UserNotAuthorized = 3,  
    LoginToPlayFabThrottled = 4,  
    PartyServiceError = 5,  
    XboxLiveServiceTemporarilyUnavailable = 6,  
    InternetConnectivityError = 7,  
    PlayFabRateLimitExceeded = 8,  
}  
```

## Constants

| Constant                              | Description                                                                                                               |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Succeeded                             | The operation succeeded.                                                                                                  |
| UnknownError                          | An unknown error occurred.                                                                                                |
| CanceledByTitle                       | Another title operation canceled this operation.                                                                          |
| UserNotAuthorized                     | The XBOX Live user or PlayFab Entity associated with the PartyXblLocalChatUser is not authorized to perform this request. |
| LoginToPlayFabThrottled               | The operation failed because too many logins have been attempted for this title.                                          |
| PartyServiceError                     | The operation failed because of an unexpected error in the Party Service.                                                 |
| XboxLiveServiceTemporarilyUnavailable | The XBOX Live service is temporarily unavailable.                                                                         |
| InternetConnectivityError             | The local device has internet connectivity issues which caused the operation to fail.                                     |
| PlayFabRateLimitExceeded              | The rate limit for the PlayFab Service has been reached.                                                                  |

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)
