cardinal-errors 0.2.22

Shared error types for the Cardinal gateway stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cardinal-errors"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
description = "Shared error types for the Cardinal gateway stack"
keywords = ["error-handling", "gateway", "pingora"]
categories = ["development-tools"]

[dependencies]
serde = { workspace = true, features = ["derive"] }
thiserror.workspace = true
config.workspace = true