erratic 0.12.1

Handling errors in an efficient way.
Documentation
1
2
3
4
5
6
7
8
Error {
    state: FileNotFound,
    context: "while opening file: ",
    payload: "hello.txt",
    source: TestError(
        "no such device",
    ),
}