class GLib::Error
- GLib::Error
- RuntimeError
- Exception
- Reference
- Object
Direct Known Subclasses
- Adw::AdwError
- Cairo::CairoError
- Freetype2::Freetype2Error
- Gdk::GdkError
- GdkPixbuf::GdkPixbufError
- Gio::GioError
- GLib::GLibError
- GModule::GModuleError
- GObject::GObjectError
- Graphene::GrapheneError
- Gsk::GskError
- Gtk::GtkError
- HarfBuzz::HarfBuzzError
- Pango::PangoError
- PangoCairo::PangoCairoError
Defined in:
lib/gi-crystal/src/bindings/g_lib/error.crInstance Method Summary
-
#code : Int32
Return numerical error code
-
#domain : String
Return the error domain, only useful if the error is unknown to the binding, otherwise is faster to just check for the error class.
- #finalize
- #to_unsafe : Pointer(LibGLib::Error)
Instance Method Detail
Return the error domain, only useful if the error is unknown to the binding, otherwise is faster to just check for the error class.