:right-sidebar: True ConvertError =================================================================== .. currentmodule:: gi.repository.GLib .. class:: ConvertError :no-contents-entry: Error codes returned by character set conversion routines. Fields ------ .. rst-class:: interim-class .. class:: ConvertError :no-index: .. attribute:: BAD_URI URI is invalid. .. attribute:: EMBEDDED_NUL An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56 .. attribute:: FAILED Conversion failed for some reason. .. attribute:: ILLEGAL_SEQUENCE Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set. .. attribute:: NOT_ABSOLUTE_PATH Pathname is not an absolute path. .. attribute:: NO_CONVERSION Conversion between the requested character sets is not supported. .. attribute:: NO_MEMORY No memory available. Since: 2.40 .. attribute:: PARTIAL_INPUT Partial character sequence at end of input.