Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Game OS and Game Runtime APIs express exceptional error cases to game developers via the XError API. This API puts control into developers' hands as to how they want to consume or ignore the exceptional error cases.
Functions
Function | Description |
---|---|
XErrorCallback | A callback that is called if an error occurs in the gaming OS or gaming runtime. |
XErrorSetCallback | Specifies the callback that is called when an error occurs in the gaming OS or gaming runtime. |
XErrorSetOptions | Specifies the desired behavior when an error occurs in the gaming OS or gaming runtime. |
Enumerations
Enumeration | Description |
---|---|
XErrorOptions | Describes how the game should behave when an error occurs in the gaming OS or gaming runtime. |