Module libpulse_sys::error[][src]

Error management

Enums

pa_error_code_t

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

Constants

PA_ERR_ACCESS
PA_ERR_AUTHKEY
PA_ERR_BADSTATE
PA_ERR_BUSY
PA_ERR_COMMAND
PA_ERR_CONNECTIONREFUSED
PA_ERR_CONNECTIONTERMINATED
PA_ERR_EXIST
PA_ERR_FORKED
PA_ERR_INTERNAL
PA_ERR_INVALID
PA_ERR_INVALIDSERVER
PA_ERR_IO
PA_ERR_KILLED
PA_ERR_MAX
PA_ERR_MODINITFAILED
PA_ERR_NODATA
PA_ERR_NOENTITY
PA_ERR_NOEXTENSION
PA_ERR_NOTIMPLEMENTED
PA_ERR_NOTSUPPORTED
PA_ERR_OBSOLETE
PA_ERR_PROTOCOL
PA_ERR_TIMEOUT
PA_ERR_TOOLARGE
PA_ERR_UNKNOWN
PA_ERR_VERSION
PA_OK

Functions

pa_strerror