Module rs9p::error [−][src]
9P error representations.
In 9P2000 errors are represented as strings. All the error strings in this module are imported from include/net/9p/error.c of Linux kernel.
By contrast, in 9P2000.L, errors are represented as numbers (errno). Using the Linux system errno numbers is the expected behaviour.
Modules
errno | The system errno definitions. |
string | 9P error strings imported from Linux. |
Enums
Error | 9P error type which is convertible to an errno. |