SpawnError

class SpawnError

Error codes returned by spawning processes.

Fields

class SpawnError
2BIG

Deprecated alias for TOO_BIG (deprecated since GLib 2.32)

ACCES

Execv() returned EACCES

CHDIR

Changing to working directory failed.

FAILED

Some other fatal failure, error->message should explain.

FORK

Fork failed due to lack of memory.

INVAL

Execv() returned EINVAL

IO

Execv() returned EIO

ISDIR

Execv() returned EISDIR

LIBBAD

Execv() returned ELIBBAD

LOOP

Execv() returned ELOOP

MFILE

Execv() returned EMFILE

NAMETOOLONG

Execv() returned ENAMETOOLONG

NFILE

Execv() returned ENFILE

NOENT

Execv() returned ENOENT

NOEXEC

Execv() returned ENOEXEC

NOMEM

Execv() returned ENOMEM

NOTDIR

Execv() returned ENOTDIR

PERM

Execv() returned EPERM

READ

Read or select on pipes failed.

TOO_BIG

Execv() returned E2BIG

TXTBUSY

Execv() returned ETXTBUSY