Docs.rs
  • libpulse-sys-1.19.3
    • libpulse-sys 1.19.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jnqnfe
    • Dependencies
      • libc ^0.2 normal
      • num-derive ^0.3 normal
      • num-traits ^0.2 normal
      • pkg-config ^0.3.23 build
      • winapi ^0.3 normal
    • Versions
    • 22.31% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Module error

  • Enums
  • Constants
  • Functions
logo
Change settings

Module libpulse_sys::error[−][src]

Expand description

Error management.

Enums

pa_error_code_t

Error code.

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⚠