GSpawnError

Error codes returned by spawning processes. G_SPAWN_ERROR_FORK Fork failed due to lack of memory. G_SPAWN_ERROR_READ Read or select on pipes failed. G_SPAWN_ERROR_CHDIR Changing to working directory failed. G_SPAWN_ERROR_ACCES execv() returned EACCES G_SPAWN_ERROR_PERM execv() returned EPERM G_SPAWN_ERROR_TOO_BIG execv() returned E2BIG G_SPAWN_ERROR_2BIG deprecated alias for G_SPAWN_ERROR_TOO_BIG G_SPAWN_ERROR_NOEXEC execv() returned ENOEXEC G_SPAWN_ERROR_NAMETOOLONG execv() returned ENAMETOOLONG G_SPAWN_ERROR_NOENT execv() returned ENOENT G_SPAWN_ERROR_NOMEM execv() returned ENOMEM G_SPAWN_ERROR_NOTDIR execv() returned ENOTDIR G_SPAWN_ERROR_LOOP execv() returned ELOOP G_SPAWN_ERROR_TXTBUSY execv() returned ETXTBUSY G_SPAWN_ERROR_IO execv() returned EIO G_SPAWN_ERROR_NFILE execv() returned ENFILE G_SPAWN_ERROR_MFILE execv() returned EMFILE G_SPAWN_ERROR_INVAL execv() returned EINVAL G_SPAWN_ERROR_ISDIR execv() returned EISDIR G_SPAWN_ERROR_LIBBAD execv() returned ELIBBAD G_SPAWN_ERROR_FAILED Some other fatal failure, error->message should explain.

Values

ValueMeaning
FORK
READ
CHDIR
ACCES
PERM
TOO_BIG
NOEXEC
NAMETOOLONG
NOENT
NOMEM
NOTDIR
LOOP
TXTBUSY
IO
NFILE
MFILE
INVAL
ISDIR
LIBBAD
FAILED

Meta