Module libpulse_binding::error [] [src]

Error management

Enums

Code

These represent the i32 error codes returned by many of the underlying PulseAudio C functions. Beware, these enum values are positive values, whilst PA functions return them in negative form, i.e. the Invalid variant here has a value of 3, while functions returning this error code return -3. This is identical to the enum provided in the PA C API.

Functions

strerror

Convert an integer error value, as returned by many PA C API functions, to a human readable string.