:right-sidebar: True LibraryError =================================================================== .. currentmodule:: gi.repository.Gst .. class:: LibraryError :no-contents-entry: Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...) Methods ------- .. rst-class:: interim-class .. class:: LibraryError :no-index: .. method:: quark() -> int Fields ------ .. rst-class:: interim-class .. class:: LibraryError :no-index: .. attribute:: ENCODE Used when the library generated an encoding error. .. attribute:: FAILED A general error which doesn't fit in any other category. Make sure you add a custom message to the error call. .. attribute:: INIT Used when the library could not be opened. .. attribute:: NUM_ERRORS The number of library error types. .. attribute:: SETTINGS Used when the library doesn't accept settings. .. attribute:: SHUTDOWN Used when the library could not be closed. .. attribute:: TOO_LAZY Do not use this except as a placeholder for deciding where to go while developing code.