Error Codes¶
-
wperror::
WpLibraryErrorEnum
¶ Error codes that can appear in a GError when the error domain is WP_DOMAIN_LIBRARY.
Values:
-
WP_LIBRARY_ERROR_INVARIANT
¶ an invariant check failed; this most likely indicates a programming error
-
WP_LIBRARY_ERROR_INVALID_ARGUMENT
¶ an unexpected/invalid argument was given
-
WP_LIBRARY_ERROR_OPERATION_FAILED
¶ an operation failed
-
WP_LIBRARY_ERROR_SERVICE_UNAVAILABLE
¶ a required external service was unavailable
-
-
WP_DOMAIN_LIBRARY
(wp_domain_library_quark ())¶ A GError domain for errors that occurred within the context of the WirePlumber library.