| Crates.io | cardinal-errors |
| lib.rs | cardinal-errors |
| version | 0.2.41 |
| created_at | 2025-09-26 02:48:55.582644+00 |
| updated_at | 2025-11-28 16:33:08.495827+00 |
| description | Shared error types for the Cardinal gateway stack |
| homepage | https://github.com/andrespirela/cardinal |
| repository | https://github.com/andrespirela/cardinal |
| max_upload_size | |
| id | 1855353 |
| size | 18,260 |
Centralised error definitions used across the workspace.
CardinalError is the top-level error type exposed by public APIs.internal module holds more granular variants (InternalError::ProviderNotRegistered, InvalidWasmModule, etc.).? works seamlessly across crate boundaries.When extending the system, add new variants here rather than inventing ad-hoc error enums in downstream crates.