Skip to content

ExecutableNotFound

[Source]

The path given to start a process does not name an existing file we can try to execute; it is missing or is a directory. Distinct from ExecveError, which is execve failing in the child after the process was started.

primitive val ExecutableNotFound

Constructors

create

[Source]

new val create()
: ExecutableNotFound val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  that: ExecutableNotFound val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: ExecutableNotFound val)
: Bool val

Parameters

Returns