lastErrnoValue
The largest valid error.
Declaration
static var lastErrnoValue: Errno { get }Mentioned in
Discussion
This value is the largest valid value encountered using the C errno global variable. It isn’t a valid error.
The corresponding C error is ELAST.