erratic 0.11.3

Handling errors in an efficient way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Error {
    state: FileNotFound,
    context: "while copying file: ",
    payload: "hello.txt",
    source: Error {
        payload: "while invoking copy_context",
        source: Error {
            context: "no such device",
        },
    },
}