| // generated by diplomat-tool | |
| // dart format off | |
| part of 'lib.g.dart'; | |
| /// Additional information: [1](https://docs.rs/icu_provider/2.0.0/icu_provider/struct.DataError.html), [2](https://docs.rs/icu_provider/2.0.0/icu_provider/enum.DataErrorKind.html) | |
| enum DataError { | |
| unknown, | |
| markerNotFound, | |
| identifierNotFound, | |
| invalidRequest, | |
| inconsistentData, | |
| downcast, | |
| deserialize, | |
| custom, | |
| io; | |
| } | |
| // dart format on |