枚举

GLibSpawnError

声明

error-domain GLib.SpawnError

说明 [src]

由 spawn 进程返回的错误代码。

成员

G_SPAWN_ERROR_FORK

由于缺乏内存,fork 失败。

  • 值:0
  • 自 2.0 起可用
G_SPAWN_ERROR_READ

在管道上读取或选择失败。

  • 值:1
  • 自 2.0 起可用
G_SPAWN_ERROR_CHDIR

更改为工作目录失败。

  • 值:2
  • 自 2.0 起可用
G_SPAWN_ERROR_ACCES

Execv()返回 EACCES

  • 值:3
  • 自 2.0 起可用
G_SPAWN_ERROR_PERM

Execv()返回 EPERM

  • 值:4
  • 自 2.0 起可用
G_SPAWN_ERROR_TOO_BIG

Execv()返回 E2BIG

  • 值:5
  • 自 2.0 起可用
G_SPAWN_ERROR_2BIG

G_SPAWN_ERROR_TOO_BIG 的已弃用别名(自 GLib 2.32 起已弃用)。

  • 值:5
  • 自 2.0 起可用
G_SPAWN_ERROR_NOEXEC

Execv()返回 ENOEXEC

  • 值:6
  • 自 2.0 起可用
G_SPAWN_ERROR_NAMETOOLONG

Execv()返回 ENAMETOOLONG

  • 值:7
  • 自 2.0 起可用
G_SPAWN_ERROR_NOENT

Execv()返回 ENOENT

  • 值:8
  • 自 2.0 起可用
G_SPAWN_ERROR_NOMEM

Execv()返回 ENOMEM

  • 值:9
  • 自 2.0 起可用
G_SPAWN_ERROR_NOTDIR

Execv()返回 ENOTDIR

  • 值:10
  • 自 2.0 起可用
G_SPAWN_ERROR_LOOP

Execv()返回 ELOOP

  • 值:11
  • 自 2.0 起可用
G_SPAWN_ERROR_TXTBUSY

Execv()返回 ETXTBUSY

  • 值:12
  • 自 2.0 起可用
G_SPAWN_ERROR_IO

Execv()返回 EIO

  • 值:13
  • 自 2.0 起可用
G_SPAWN_ERROR_NFILE

Execv()返回 ENFILE

  • 值:14
  • 自 2.0 起可用
G_SPAWN_ERROR_MFILE

Execv()返回 EMFILE

  • 值:15
  • 自 2.0 起可用
G_SPAWN_ERROR_INVAL

Execv()返回 EINVAL

  • 值:16
  • 自 2.0 起可用
G_SPAWN_ERROR_ISDIR

Execv()返回 EISDIR

  • 值:17
  • 自 2.0 起可用
G_SPAWN_ERROR_LIBBAD

Execv()返回 ELIBBAD

  • 值:18
  • 自 2.0 起可用
G_SPAWN_ERROR_FAILED

其它致命故障,error->message 应解释。

  • 值:19
  • 自 2.0 起可用