> ## 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 帮助库错误代码

> PlayFab Party XBOX Live 帮助库返回的数字错误代码参考表,可用于排查 PartyXbl 多人游戏故障。

# PlayFab Party XBOX Live 帮助库错误代码

PlayFab Party XBOX Live 帮助库使用以下错误代码:

## XBOX Live 帮助库错误

| 十六进制   | 十进制   | 说明                                                                                                                      |
| ------ | ----- | ----------------------------------------------------------------------------------------------------------------------- |
| 0x5000 | 20480 | 同一时间只能存在一个 PartyXblManager 实例。                                                                                          |
| 0x5001 | 20481 | 已存在具有此 XBOX Live 用户 ID 的用户。                                                                                             |
| 0x5002 | 20482 | 聊天用户句柄必须引用本地聊天用户。                                                                                                       |
| 0x5003 | 20483 | 游戏未能向库提供有效的令牌和签名。                                                                                                       |
| 0x5004 | 20484 | 代表本地聊天用户执行的操作未获授权。                                                                                                      |
| 0x5005 | 20485 | 代表本地聊天用户执行的操作被禁止。                                                                                                       |
| 0x5006 | 20486 | XBOX Live 服务暂时不可用。                                                                                                      |
| 0x5007 | 20487 | 此本地聊天用户的辅助功能设置信息不可用。                                                                                                    |
| 0x5009 | 20489 | 此本地聊天用户的跨网络通信隐私设置尚不可用。                                                                                                  |
| 0x500B | 20491 | 必须先初始化网络堆栈,然后再调用 PartyXblManager::Initialize();使用 Microsoft Game Core XNetworkingGetConnectivityHint API 来确定网络堆栈的初始化时机。 |
| 0x500C | 20492 | 此 XBOX Live 用户当前未在此设备上登录。                                                                                               |
| 0x500D | 20493 | 无法解析 GetTitlePlayersFromXboxLiveIDs 响应。                                                                                 |
| 0x500E | 20494 | PlayFab 服务暂时不可用。                                                                                                        |
| 0x500F | 20495 | 指定的关联 ID 与任何未完成的请求都不匹配。                                                                                                 |
| 0x5014 | 20500 | 在 PartyXblManager 初始化后设置性能分析回调是禁止的。                                                                                     |
| 0x5015 | 20501 | 请求失败,因为 XBOX Live 令牌无效。                                                                                                 |
| 0x5016 | 20502 | 请求失败,因为 XBOX Live 令牌已过期。                                                                                                |


## Related topics

- [适用于 PlayFab Party 的 XBOX Live 辅助库](/zh-CN/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PlayFab Party 错误代码](/zh-CN/services/playfab/multiplayer/networking/reference/partyerrors.md)
- [PlayFab Party XBOX Live 辅助库发行说明](/zh-CN/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PlayFab Party XBOX Live 帮助程序 Typedef](/zh-CN/services/playfab/multiplayer/networking/xblreference/xbltypedefs.md)
- [XBOX 要求](/zh-CN/services/playfab/multiplayer/networking/xbox-requirements.md)
