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

# XGameUiSetErrorDialogUiResponse

> XGameUiSetErrorDialogUiResponse

# XGameUiSetErrorDialogUiResponse

完成对 XGameUiShowErrorDialogAsync 的调用。

## 语法

```cpp theme={null}
STDAPI  XGameUiSetErrorDialogUiResponse(
     XGameUiCallbackHandle callbackHandle
) noexcept;
```

### 参数

*callbackHandle*\
类型：XGameUiCallbackHandle

此回调调用的句柄。

### 返回值

类型：STDAPI

调用的 HRESULT 成功或错误代码。

## 要求

**标头：** XGameUi.h

**支持的平台：** 仅在 Steam Deck 上受支持

## 另请参阅

[XGameUI](/reference/system/xgameui/xgameui_members)

[XGameUiShowErrorDialogAsync](/reference/system/xgameui/functions/xgameuishowerrordialogasync)


## Related topics

- [XGameUiCallbackHandle](/zh-CN/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiSetMessageDialogUiResponse](/zh-CN/reference/system/xgameui/functions/xgameuisetmessagedialoguiresponse.md)
- [XGameUiShowErrorDialogUiCallback](/zh-CN/reference/system/xgameui/functions/xgameuishowerrordialoguicallback.md)
- [XGameUiShowErrorDialogAsync](/zh-CN/reference/system/xgameui/functions/xgameuishowerrordialogasync.md)
- [XGameUiShowErrorDialogResult](/zh-CN/reference/system/xgameui/functions/xgameuishowerrordialogresult.md)
