Packages
glib-2.0
GLib
SpawnError
ACCES
CHDIR
FAILED
FORK
INVAL
IO
ISDIR
LIBBAD
LOOP
MFILE
NAMETOOLONG
NFILE
NOENT
NOEXEC
NOMEM
NOTDIR
PERM
READ
TOO_BIG
TXTBUSY
quark
SpawnError
Description:
[
CCode
( has_type_id =
false
) ]
public
errordomain
SpawnError
Error codes returned by spawning processes.
Namespace:
GLib
Package:
glib-2.0
Content:
Error codes:
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`
Static methods:
public
static
Quark
quark
()