illegalByteSequence
Illegal byte sequence.
static var illegalByteSequence: Errno { get }
While decoding a multibyte character, the function encountered an invalid or incomplete sequence of bytes, or the given wide character is invalid.
The corresponding C error is EILSEQ
.