XT-Audio
Data Fields
XtErrorInfo Struct Reference

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

Detailed Description

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.

See also
XtAudioGetErrorInfo
XtPrintErrorInfo

Field Documentation

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.


The documentation for this struct was generated from the following files: