Crates.io | axerrno |
lib.rs | axerrno |
version | 0.1.0 |
source | src |
created_at | 2024-07-17 08:53:15.263784 |
updated_at | 2024-07-17 08:53:15.263784 |
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 | 24,351 |
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
.