PosixError

class PosixError(message: String, val errName: ErrName) : RuntimeException

PosixError exception that is based on RuntimeException.

Parameters

message

Complete error message to be displayed or logged.

Constructors

Link copied to clipboard
fun PosixError(message: String, errName: ErrName)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errName: ErrName
Link copied to clipboard
open val message: String?