fn unexpectedErrno(err: E) UnexpectedError

Call this when you made a syscall or something that sets errno and you get an unexpected error.

Parameters

err: E,

Errors

Unexpected

The Operating System returned an undocumented error code. This error is in theory not possible, but it would be better to handle this error than to invoke undefined behavior.