-
Notifications
You must be signed in to change notification settings - Fork 78
Error Codes for N: Device
Thomas Cherryhomes edited this page Dec 26, 2020
·
5 revisions
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. |
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine