wp-error 0.10.1

Structured, domain-specific error types and robustness strategies extracted from WarpParse
Documentation
1
2
3
4
5
6
7
8
9
10
/*
#[derive(Debug)]
pub enum TaskErrStg {
    Ignorable,
    Repeat,
    Escalate,
    Unknown,
}

 */