Skip to content

ProcessError

[Source]

Why a process could not be started, or why monitoring one failed. StartProcess returns a ProcessError when it cannot start a process, and ProcessNotify.failed receives one for errors that arise while a process runs. error_type is the category of the error; message is optional human-readable detail.

class val ProcessError

Constructors

create

[Source]

new val create(
  error_type': ProcessErrorType,
  message': (String val | None val) = None)
: ProcessError val^

Parameters

Returns


Public fields

let error_type: ProcessErrorType

[Source]


let message: (String val | None val)

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns