illegalByteSequence

Illegal byte sequence.

Errno.swift:684
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.