| Crates.io | axerrno |
| lib.rs | axerrno |
| version | 0.2.2 |
| created_at | 2024-07-17 08:53:15.263784+00 |
| updated_at | 2025-11-24 06:04:57.687725+00 |
| description | Generic error code representation. |
| homepage | https://github.com/arceos-org/arceos |
| repository | https://github.com/arceos-org/axerrno |
| max_upload_size | |
| id | 1306001 |
| size | 36,199 |
Generic error code representation.
It provides two error types and the corresponding result types:
AxError and AxResult: A generic error type similar to
std::io::ErrorKind.LinuxError and LinuxResult: Linux specific error codes defined in
errno.h. It can be converted from AxError.