> ## 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*\
Type: XGameUiCallbackHandle

このコールバック呼び出しのハンドル。

### 戻り値

Type: STDAPI

呼び出しの HRESULT 成功またはエラー コード。

## 要件

**ヘッダー:** XGameUi.h

**サポートされているプラットフォーム:** Steam Deck でのみサポート

## 関連項目

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

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


## Related topics

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