:right-sidebar: True CoreError =================================================================== .. currentmodule:: gi.repository.Gst .. class:: CoreError :no-contents-entry: Core errors are errors inside the core GStreamer library. Methods ------- .. rst-class:: interim-class .. class:: CoreError :no-index: .. method:: quark() -> int Fields ------ .. rst-class:: interim-class .. class:: CoreError :no-index: .. attribute:: CAPS Used for caps-related errors. .. attribute:: CLOCK Used for clock related errors. .. attribute:: DISABLED Used if functionality has been disabled at compile time. .. attribute:: EVENT Used for event-related errors. .. 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:: MISSING_PLUGIN Used if a plugin is missing. .. attribute:: NEGOTIATION Used for negotiation-related errors. .. attribute:: NOT_IMPLEMENTED Use this when you do not want to implement this functionality yet. .. attribute:: NUM_ERRORS The number of core error types. .. attribute:: PAD Used for pad-related errors. .. attribute:: SEEK Used for seek-related errors. .. attribute:: STATE_CHANGE Used for state change errors. .. attribute:: TAG Used for negotiation-related errors. .. attribute:: THREAD Used for thread-related errors. .. attribute:: TOO_LAZY Do not use this except as a placeholder for deciding where to go while developing code.