:right-sidebar: True SpawnError =================================================================== .. currentmodule:: gi.repository.GLib .. class:: SpawnError :no-contents-entry: Error codes returned by spawning processes. Fields ------ .. rst-class:: interim-class .. class:: SpawnError :no-index: .. attribute:: 2BIG Deprecated alias for :const:`~gi.repository.GLib.SpawnError.TOO_BIG` (deprecated since GLib 2.32) .. attribute:: ACCES Execv() returned ``EACCES`` .. attribute:: CHDIR Changing to working directory failed. .. attribute:: FAILED Some other fatal failure, ``error->message`` should explain. .. attribute:: FORK Fork failed due to lack of memory. .. attribute:: INVAL Execv() returned ``EINVAL`` .. attribute:: IO Execv() returned ``EIO`` .. attribute:: ISDIR Execv() returned ``EISDIR`` .. attribute:: LIBBAD Execv() returned ``ELIBBAD`` .. attribute:: LOOP Execv() returned ``ELOOP`` .. attribute:: MFILE Execv() returned ``EMFILE`` .. attribute:: NAMETOOLONG Execv() returned ``ENAMETOOLONG`` .. attribute:: NFILE Execv() returned ``ENFILE`` .. attribute:: NOENT Execv() returned ``ENOENT`` .. attribute:: NOEXEC Execv() returned ``ENOEXEC`` .. attribute:: NOMEM Execv() returned ``ENOMEM`` .. attribute:: NOTDIR Execv() returned ``ENOTDIR`` .. attribute:: PERM Execv() returned ``EPERM`` .. attribute:: READ Read or select on pipes failed. .. attribute:: TOO_BIG Execv() returned ``E2BIG`` .. attribute:: TXTBUSY Execv() returned ``ETXTBUSY``