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

# XError members

> XError members

# XError 멤버

Game OS 및 Game Runtime API는 XError API를 통해 게임 개발자에게 예외적인 오류 사례를 표시합니다. 이 API는 개발자가 예외적인 오류 사례를 어떻게 처리하거나 무시할지에 대한 제어권을 개발자의 손에 넘겨줍니다.

## 함수

| 함수                                                                        | 설명                                           |
| ------------------------------------------------------------------------- | -------------------------------------------- |
| [XErrorCallback](/reference/system/xerror/functions/xerrorcallback)       | 게이밍 OS 또는 게이밍 런타임에서 오류가 발생하면 호출되는 콜백입니다.     |
| [XErrorSetCallback](/reference/system/xerror/functions/xerrorsetcallback) | 게이밍 OS 또는 게이밍 런타임에서 오류가 발생하면 호출되는 콜백을 지정합니다. |
| [XErrorSetOptions](/reference/system/xerror/functions/xerrorsetoptions)   | 게이밍 OS 또는 게이밍 런타임에서 오류가 발생할 때 원하는 동작을 지정합니다. |

## 열거형

| 열거형                                                           | 설명                                                     |
| ------------------------------------------------------------- | ------------------------------------------------------ |
| [XErrorOptions](/reference/system/xerror/enums/xerroroptions) | 게이밍 OS 또는 게이밍 런타임에서 오류가 발생할 때 게임이 어떻게 동작해야 하는지를 설명합니다. |


## Related topics

- [XErrorOptions](/ko/reference/system/xerror/enums/xerroroptions.md)
- [XErrorCallback](/ko/reference/system/xerror/functions/xerrorcallback.md)
- [XErrorSetCallback](/ko/reference/system/xerror/functions/xerrorsetcallback.md)
- [XErrorSetOptions](/ko/reference/system/xerror/functions/xerrorsetoptions.md)
- [XMemSetOption](/ko/reference/system/xmem/functions/xmemsetoption.md)
