SpawnError

Error codes returned by spawning processes.

Entries

Link copied to clipboard

Fork failed due to lack of memory.

Link copied to clipboard

Read or select on pipes failed.

Link copied to clipboard

Changing to working directory failed.

Link copied to clipboard

execv() returned EACCES

Link copied to clipboard

execv() returned EPERM

Link copied to clipboard

execv() returned E2BIG

Link copied to clipboard

deprecated alias for %G_SPAWN_ERROR_TOO_BIG (deprecated since GLib 2.32)

Link copied to clipboard

execv() returned ENOEXEC

Link copied to clipboard

execv() returned ENAMETOOLONG

Link copied to clipboard

execv() returned ENOENT

Link copied to clipboard

execv() returned ENOMEM

Link copied to clipboard

execv() returned ENOTDIR

Link copied to clipboard

execv() returned ELOOP

Link copied to clipboard

execv() returned ETXTBUSY

Link copied to clipboard

execv() returned EIO

Link copied to clipboard

execv() returned ENFILE

Link copied to clipboard

execv() returned EMFILE

Link copied to clipboard

execv() returned EINVAL

Link copied to clipboard

execv() returned EISDIR

Link copied to clipboard

execv() returned ELIBBAD

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.