error

inline fun error(err: String): PosixError

Error handling after a POSIX function has been called. Prepares a PosixError containing: a message, error description, and error code.

Return

PosixError exception to be thrown.

Parameters

err

Current execution message.