Module error

Module error 

Source
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§

Code
Error code
Error
mfio’s error type.

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§

ErrorSpecify
Allows easy specification of different error properties.

Type Aliases§

Result