Expand description
mfio’s error types
Errors in mfio area meant to be both descriptive and easy to pass across FFI-boundary. Hence we opt to an integer describing many states.
Structs§
Enums§
- Location
- Describes the error origin.
- State
- Describes the state of the error subject.
- Subject
- Describes the error subject.
Constants§
- INTERNAL_
ERROR - HTTP 500 error.
Traits§
- Error
Specify - Allows easy specification of different error properties.