errorGetMessage

fnstring errorGetMessage(glib.types.Quark domain, int code)

Get a string describing the error message in the current locale.

Parameters

domainthe GStreamer error domain this error belongs to.
codethe error code belonging to the domain.

Returns

a newly allocated string describing

the error message (in UTF-8 encoding)