> ## 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](/ko/reference/system/xgameui/structs/xgameuicallbackhandle.md)
- [XGameUiSetMessageDialogUiResponse](/ko/reference/system/xgameui/functions/xgameuisetmessagedialoguiresponse.md)
- [XGameUiShowErrorDialogUiCallback](/ko/reference/system/xgameui/functions/xgameuishowerrordialoguicallback.md)
- [XGameUiShowErrorDialogAsync](/ko/reference/system/xgameui/functions/xgameuishowerrordialogasync.md)
- [XGameUiShowErrorDialogResult](/ko/reference/system/xgameui/functions/xgameuishowerrordialogresult.md)
