XT-Audio
|
Useful error details derived from XtError opaque error code. More...
#include <Structs.h>
Data Fields | |
uint32_t | fault |
System-specific error code indicating the type of error. More... | |
XtSystem | system |
The system that generated the current error. More... | |
XtServiceError | service |
Platform-independent error details. More... | |
Useful error details derived from XtError opaque error code.
XT-Audio internally used backend-specific error codes for error handling. XtErrorInfo maps these backend specific errors to generic error information.
XtErrorInfo::fault |
System-specific error code indicating the type of error.
XtErrorInfo::service |
Platform-independent error details.
XtErrorInfo::system |
The system that generated the current error.
An XtError value contains the system that generated it, to allow mapping between system-specific fault values and system-independent cause values.