Site icon EfmSoft

What does errno 88 (EILSEQ) mean?

 
Could be also:
ConstantTypeOS
ERROR_NET_WRITE_FAULTWin32 errorWindows
ENOTSOCKerrnoLinux
EBADMACHOerrnoMac
FTDISK_INTERNAL_ERRORBugCheck CodeWindows
VOLMGRX_INTERNAL_ERRORBugCheck CodeWindows
Previous Next
EBADMACHO EDESTADDRREQ

EILSEQ

Character conversion and multibyte input

On Solaris, EILSEQ is errno value 88. The base message is Illegal byte sequence., but the useful diagnostic context is narrower than the short message: Solaris rejected a byte sequence that is invalid for the expected character encoding.

Use the Solaris-specific errno table first, then compare with POSIX only for portable behavior. Some Solaris values share names with other UNIX systems but have different numbers or more specific historical meanings.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version