5 releases
0.2.0 | Sep 25, 2023 |
---|---|
0.1.3 | Sep 4, 2023 |
0.1.2 | Sep 3, 2023 |
0.1.1 | Sep 3, 2023 |
0.1.0 | Sep 3, 2023 |
Used in appbiotic
37KB
478 lines
Appbiotic Code Error
A set of error types that make building services and apps easier.
lib.rs
:
appbiotic-code-error
Appbiotic Code Error is a set of types to make it easier assembling services and applications with similar error reporting to the end-user. It is not necessarily meant for lower level libraries such as adding derived traits for serialization, or database libraries where specifically-typed error handling is required.
This component's Rust-based API is original; however, the error codes and descriptions are copied directly from the https://github.com/googleapis/googleapis project.
Dependencies
~0.3–6.5MB
~39K SLoC