CError type
Direct parent types
- Error
Represents an error. Usually more specific error types are used. Direct subtypes: 24
Direct children types
- CdFail
Represents a failure in chdir() system call.
- DirFail
Undocumented
- FileIOFail
Undocumented
- KillFail
Exception representing a failure to kill() a process
- PipeCreateFail
Represents failure of creating a Pipe when calling PIPE(2)
- StatFail
Represents a failure in stat() system call.
- TimeFail
Undocumented
- TtyCheckFail
Undocumented
- WriteFail
Undocumented
Methods
- init(e:CError, errno:Int, message:Str) Source: stdlib.ngs:2508
CError constructor. In addition to storing message field, adds errno and errno_name fields.
- init(e:CError, message:Str) Source: stdlib.ngs:2514
CError constructor. In addition to storing message field, adds errno and errno_name fields.