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

# PlayFab Party XBOX Live Helper Error Codes

> Reference table of numeric error codes returned by the PlayFab Party XBOX Live Helper library, useful for troubleshooting PartyXbl multiplayer failures.

# PlayFab Party XBOX Live Helper Library Error Codes

The following error codes are used by the PlayFab Party XBOX Live Helper Library:

## XBOX Live Helper Library errors

| Hex    | Dec   | Description                                                                                                                                                                                            |
| ------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 0x5000 | 20480 | Only one instance of PartyXblManager can exist at a time.                                                                                                                                              |
| 0x5001 | 20481 | A user with this XBOX Live user ID already exists.                                                                                                                                                     |
| 0x5002 | 20482 | The chat user handle must reference a local chat user.                                                                                                                                                 |
| 0x5003 | 20483 | The title failed to provide a valid token and signature to the library.                                                                                                                                |
| 0x5004 | 20484 | An operation made on behalf of a local chat user was unauthorized.                                                                                                                                     |
| 0x5005 | 20485 | An operation made on behalf of a local chat user was forbidden.                                                                                                                                        |
| 0x5006 | 20486 | The XBOX Live service is temporarily unavailable.                                                                                                                                                      |
| 0x5007 | 20487 | The accessibility settings information for this local chat user aren't available.                                                                                                                      |
| 0x5009 | 20489 | The cross-network communication privacy setting for this local chat user isn't yet available.                                                                                                          |
| 0x500B | 20491 | The network stack must be initialized before calling PartyXblManager::Initialize(); use the Microsoft Game Core XNetworkingGetConnectivityHint API to determine when the network stack is initialized. |
| 0x500C | 20492 | This XBOX Live user isn't currently signed in on this device.                                                                                                                                          |
| 0x500D | 20493 | The GetTitlePlayersFromXboxLiveIDs response couldn't be parsed.                                                                                                                                        |
| 0x500E | 20494 | The PlayFab service is temporarily unavailable.                                                                                                                                                        |
| 0x500F | 20495 | The specified correlation ID didn't match any outstanding requests.                                                                                                                                    |
| 0x5014 | 20500 | Setting profiling callbacks after PartyXblManager initialization is forbidden.                                                                                                                         |
| 0x5015 | 20501 | The request failed because the XBOX Live token was invalid.                                                                                                                                            |
| 0x5016 | 20502 | The request failed because the XBOX Live token was expired.                                                                                                                                            |


## Related topics

- [XBOX Requirements](/services/playfab/multiplayer/networking/xbox-requirements.md)
- [PlayFab Party XBOX Live Helper Typedefs](/services/playfab/multiplayer/networking/xblreference/xbltypedefs.md)
- [XBOX Live helper library for PlayFab Party](/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PlayFab Party XBOX Live Helper Release Notes](/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PlayFab integration for XBOX services titles](/services/xbox-services/playfab-integration.md)
