XError members

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.