Skip to content

Error Codes for N: Device

Thomas Cherryhomes edited this page Oct 1, 2020 · 5 revisions

The N: Device can emit the following error codes.

# Description
133 No protocol attached.
144 A critical error occurred. SIO reports this, get the actual Error code from byte 4 of STATUS.
165 Invalid Devicespec
170 File not found (emitted by filesystem adaptors)
200 Connection Refused (equivalent to errno ECONNREFUSED)
201 Network Unreachable (equivalent to errno ENETUNREACH)
202 Connection Timeout (equivalent to errno ETIMEDOUT)
203 Network is down (equivalent to errno ENETDOWN)
204 Connection was reset during read/write (equivalent to errno ECONNRESET)
255 Could not allocate either receive or transmit buffers.

Clone this wiki locally