Error Codes for N: Device - FujiNetWIFI/fujinet-firmware GitHub Wiki
The N: Device can emit the following error codes.
| # | Description |
|---|---|
| 131 | Protocol is in Write-only mode |
| 132 | Protocol was sent an invalid command |
| 133 | No protocol attached. |
| 135 | Protocol is in read-only mode |
| 138 | Timed out |
| 144 | A critical error occurred. SIO reports this, get the actual Error code from byte 4 of STATUS. |
| 146 | Command not implemented |
| 151 | File Exists |
| 162 | No space on device |
| 165 | Invalid Devicespec |
| 167 | Access Denied |
| 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) |
| 205 | Connection in progress (EAGAIN) |
| 206 | Address in use (EADDRINUSE) |
| 207 | Not Connected |
| 208 | Server not Running |
| 209 | No connection waiting |
| 210 | Service Not Available |
| 211 | Connection Aborted |
| 212 | Invalid Username or Password (debating whether to overload as access denied.) |
| 255 | Could not allocate either receive or transmit buffers. |