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

Completa la llamada a XGameUiShowErrorDialogAsync.

## Sintaxis

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

### Parámetros

*callbackHandle*\
Tipo: XGameUiCallbackHandle

El identificador de esta invocación de devolución de llamada.

### Valor devuelto

Tipo: STDAPI

HRESULT de éxito o código de error de la llamada.

## Requisitos

**Encabezado:** XGameUi.h

**Plataformas compatibles:** Compatible solo con Steam Deck

## Consulte también

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

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


## Related topics

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