Schnittstelle SpawnError


public interface SpawnError
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    deprecated alias for %G_SPAWN_ERROR_TOO_BIG (deprecated since GLib 2.32)
    static final int
    execv() returned `EACCES`
    static final int
    Changing to working directory failed.
    static final int
    Some other fatal failure,
    `error->message` should explain.
    static final int
    Fork failed due to lack of memory.
    static final int
    execv() returned `EINVAL`
    static final int
    execv() returned `EIO`
    static final int
    execv() returned `EISDIR`
    static final int
    execv() returned `ELIBBAD`
    static final int
    execv() returned `ELOOP`
    static final int
    execv() returned `EMFILE`
    static final int
    execv() returned `ENAMETOOLONG`
    static final int
    execv() returned `ENFILE`
    static final int
    execv() returned `ENOENT`
    static final int
    execv() returned `ENOEXEC`
    static final int
    execv() returned `ENOMEM`
    static final int
    execv() returned `ENOTDIR`
    static final int
    execv() returned `EPERM`
    static final int
    Read or select on pipes failed.
    static final int
    execv() returned `E2BIG`
    static final int
    execv() returned `ETXTBUSY`
  • Felddetails

    • FORK

      static final int FORK
      Fork failed due to lack of memory.
      Siehe auch:
    • READ

      static final int READ
      Read or select on pipes failed.
      Siehe auch:
    • CHDIR

      static final int CHDIR
      Changing to working directory failed.
      Siehe auch:
    • ACCES

      static final int ACCES
      execv() returned `EACCES`
      Siehe auch:
    • PERM

      static final int PERM
      execv() returned `EPERM`
      Siehe auch:
    • TOO_BIG

      static final int TOO_BIG
      execv() returned `E2BIG`
      Siehe auch:
    • _2BIG

      static final int _2BIG
      deprecated alias for %G_SPAWN_ERROR_TOO_BIG (deprecated since GLib 2.32)
      Siehe auch:
    • NOEXEC

      static final int NOEXEC
      execv() returned `ENOEXEC`
      Siehe auch:
    • NAMETOOLONG

      static final int NAMETOOLONG
      execv() returned `ENAMETOOLONG`
      Siehe auch:
    • NOENT

      static final int NOENT
      execv() returned `ENOENT`
      Siehe auch:
    • NOMEM

      static final int NOMEM
      execv() returned `ENOMEM`
      Siehe auch:
    • NOTDIR

      static final int NOTDIR
      execv() returned `ENOTDIR`
      Siehe auch:
    • LOOP

      static final int LOOP
      execv() returned `ELOOP`
      Siehe auch:
    • TXTBUSY

      static final int TXTBUSY
      execv() returned `ETXTBUSY`
      Siehe auch:
    • IO

      static final int IO
      execv() returned `EIO`
      Siehe auch:
    • NFILE

      static final int NFILE
      execv() returned `ENFILE`
      Siehe auch:
    • MFILE

      static final int MFILE
      execv() returned `EMFILE`
      Siehe auch:
    • INVAL

      static final int INVAL
      execv() returned `EINVAL`
      Siehe auch:
    • ISDIR

      static final int ISDIR
      execv() returned `EISDIR`
      Siehe auch:
    • LIBBAD

      static final int LIBBAD
      execv() returned `ELIBBAD`
      Siehe auch:
    • FAILED

      static final int FAILED
      Some other fatal failure,
      `error->message` should explain.
      Siehe auch: