Site icon EfmSoft

What does errno 54 (EBADRQC) mean?

 
Could be also:
ConstantTypeOS
ERROR_NETWORK_BUSYWin32 errorWindows
EXFULLerrnoLinux
ECONNRESETerrnoMac
DEVICE_REFERENCE_COUNT_NOT_ZEROBugCheck CodeWindows
Previous Next
ECONNRESET ENOANO

EBADRQC

The invalid field is the request code

EBADRQC is defined as errno 54 in the illumos Solaris-compatible header. Oracle's errno catalog names it invalid request code. Unlike EBADR, whose noun is a request descriptor, EBADRQC points at the operation selector or command code carried by a legacy interface.

Oracle does not document a general modern Solaris syscall that must return this errno, and POSIX does not define the name. It should therefore be interpreted in the contract of the component that emitted it. In an old driver or protocol API, the relevant field may be an ioctl-like command, a private request number, or a compatibility-layer opcode.

Checks that preserve the distinction

References


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

Exit mobile version