Generic error code representation.
It provides two error types and the corresponding result types:
AxError
andAxResult
: A generic error type similar tostd::io::ErrorKind
.LinuxError
andLinuxResult
: Linux specific error codes defined inerrno.h
. It can be converted fromAxError
.