Module kernel:error-codes - RMoX error codes
RMoX error codes. This defines the various error constants used throughout RMoX.
Index
-
Constant
ERR.AGAIN- Resource temporarily unavailable -
Constant
ERR.BADF- Bad file descriptor -
Constant
ERR.BADLEN- Bad length for something -
Constant
ERR.BUSY- Device busy (also for file-busy, etc.) -
Constant
ERR.CANCELED- Operation canceled -
Constant
ERR.EOF- End of file -
Constant
ERR.EXISTS- Already exists -
Constant
ERR.INPROGRESS- Operation in progress -
Constant
ERR.INVAL- Invalid value (eg, ioctl) -
Constant
ERR.IO- Unspecified IO error -
Constant
ERR.NFILE- Too many open files -
Constant
ERR.NODEV- No such device -
Constant
ERR.NOFILE- No such file or directory -
Constant
ERR.NOPERM- No permission to do whatever -
Constant
ERR.NOSPACE- No space on device for write -
Constant
ERR.NOTDIR- Not a directory -
Constant
ERR.OVERRUN- Buffer/data overrun -
Constant
ERR.PIPE- Broken pipe -
Constant
ERR.PROTO- Protocol error -
Constant
ERR.SUCCESS- Success -
Constant
ERR.TIMEOUT- Timeout or no response -
Constant
ERR.UNDERRUN- Buffer/data underrun -
Constant
ERR.UNKNOWN- Unknown error -
Constant
ERR.UNSUPPORTED- Unsupported command
Declarations
error.inc:26Constant ERR.SUCCESS
VAL INT ERR.SUCCESS
Success.
error.inc:27Constant ERR.UNKNOWN
VAL INT ERR.UNKNOWN
Unknown error.
error.inc:28Constant ERR.UNSUPPORTED
VAL INT ERR.UNSUPPORTED
Unsupported command.
error.inc:31Constant ERR.NODEV
VAL INT ERR.NODEV
No such device.
error.inc:32Constant ERR.BUSY
VAL INT ERR.BUSY
Device busy (also for file-busy, etc.).
error.inc:33Constant ERR.INVAL
VAL INT ERR.INVAL
Invalid value (eg, ioctl).
error.inc:36Constant ERR.NOFILE
VAL INT ERR.NOFILE
No such file or directory.
error.inc:37Constant ERR.NOTDIR
VAL INT ERR.NOTDIR
Not a directory.
error.inc:38Constant ERR.NOSPACE
VAL INT ERR.NOSPACE
No space on device for write.
error.inc:39Constant ERR.NOPERM
VAL INT ERR.NOPERM
No permission to do whatever.
error.inc:40Constant ERR.IO
VAL INT ERR.IO
Unspecified IO error.
error.inc:41Constant ERR.EXISTS
VAL INT ERR.EXISTS
Already exists.
error.inc:42Constant ERR.BADLEN
VAL INT ERR.BADLEN
Bad length for something.
error.inc:43Constant ERR.EOF
VAL INT ERR.EOF
End of file.
error.inc:47Constant ERR.CANCELED
VAL INT ERR.CANCELED
Operation canceled.
error.inc:48Constant ERR.PIPE
VAL INT ERR.PIPE
Broken pipe.
error.inc:49Constant ERR.PROTO
VAL INT ERR.PROTO
Protocol error.
error.inc:50Constant ERR.AGAIN
VAL INT ERR.AGAIN
Resource temporarily unavailable.
error.inc:51Constant ERR.INPROGRESS
VAL INT ERR.INPROGRESS
Operation in progress.
error.inc:52Constant ERR.NFILE
VAL INT ERR.NFILE
Too many open files.
error.inc:53Constant ERR.BADF
VAL INT ERR.BADF
Bad file descriptor.
error.inc:56Constant ERR.TIMEOUT
VAL INT ERR.TIMEOUT
Timeout or no response.
error.inc:57Constant ERR.OVERRUN
VAL INT ERR.OVERRUN
Buffer/data overrun.
error.inc:58Constant ERR.UNDERRUN
VAL INT ERR.UNDERRUN
Buffer/data underrun.