error_get_message
function error_get_message(domain:GLib.Quark, code:Number):String {
// Gjs wrapper for gst_error_get_message()
}Get a string describing the error message in the current locale.
- domain
the GStreamer error domain this error belongs to.
- code
the error code belonging to the domain.
- Returns
a newly allocated string describing the error message (in UTF-8 encoding)