ProcessError¶
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.
Constructors¶
create¶
new val create(
error_type': ProcessErrorType,
message': (String val | None val) = None)
: ProcessError val^
Parameters¶
- error_type': ProcessErrorType
- message': (String val | None val) = None
Returns¶
- ProcessError val^
Public fields¶
let error_type: ProcessErrorType¶
let message: (String val | None val)¶
Public Functions¶
string¶
Returns¶
- String iso^