Contents

illegalByteSequence

Illegal byte sequence.

Declaration

static var illegalByteSequence: Errno { get }

Mentioned in

Discussion

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.

See Also

General Errors