:right-sidebar: True BuilderError =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: BuilderError :no-contents-entry: Error codes that identify various errors that can occur while using ``GtkBuilder``. Methods ------- .. rst-class:: interim-class .. class:: BuilderError :no-index: .. method:: quark() -> int Fields ------ .. rst-class:: interim-class .. class:: BuilderError :no-index: .. attribute:: DUPLICATE_ID An object id occurred twice. .. attribute:: INVALID_ATTRIBUTE ``GtkBuilder`` found an attribute that it doesn’t understand. .. attribute:: INVALID_FUNCTION A function could not be found. This often happens when symbols are set to be kept private. Compiling code with -rdynamic or using the ``gmodule-export-2.0`` pkgconfig module can fix this problem. .. attribute:: INVALID_ID An object id is unknown. .. attribute:: INVALID_PROPERTY The specified property is unknown for the object class. .. attribute:: INVALID_SIGNAL The specified signal is unknown for the object class. .. attribute:: INVALID_TAG ``GtkBuilder`` found a tag that it doesn’t understand. .. attribute:: INVALID_TYPE_FUNCTION A type-func attribute didn’t name a function that returns a ``GType``. .. attribute:: INVALID_VALUE ``GtkBuilder`` couldn’t parse some attribute value. .. attribute:: MISSING_ATTRIBUTE An attribute that is required by ``GtkBuilder`` was missing. .. attribute:: MISSING_PROPERTY_VALUE A required property value was missing. .. attribute:: OBJECT_TYPE_REFUSED A specified object type is of the same type or derived from the type of the composite class being extended with builder XML. .. attribute:: TEMPLATE_MISMATCH The wrong type was specified in a composite class’s template XML .. attribute:: UNHANDLED_TAG The input contained a tag that ``GtkBuilder`` can’t handle. .. attribute:: VERSION_MISMATCH The input file requires a newer version of GTK.