:right-sidebar: True PixbufError =================================================================== .. currentmodule:: gi.repository.GdkPixbuf .. class:: PixbufError :no-contents-entry: An error code in the ``GDK_PIXBUF_ERROR`` domain. Many gdk-pixbuf operations can cause errors in this domain, or in the ``G_FILE_ERROR`` domain. Methods ------- .. rst-class:: interim-class .. class:: PixbufError :no-index: .. method:: quark() -> int Fields ------ .. rst-class:: interim-class .. class:: PixbufError :no-index: .. attribute:: BAD_OPTION A bad option was passed to a pixbuf save module. .. attribute:: CORRUPT_IMAGE An image file was broken somehow. .. attribute:: FAILED Generic failure code, something went wrong. .. attribute:: INCOMPLETE_ANIMATION Only part of the animation was loaded. .. attribute:: INSUFFICIENT_MEMORY Not enough memory. .. attribute:: UNKNOWN_TYPE Unknown image type. .. attribute:: UNSUPPORTED_OPERATION Don't know how to perform the given operation on the type of image at hand.