zlayer_secrets/error.rs
1//! Error type for secrets operations.
2//!
3//! The canonical definition lives in [`zlayer_types::secrets::error`]; this
4//! module re-exports it for backward compatibility with existing call sites
5//! that import `zlayer_secrets::SecretsError` / `zlayer_secrets::Result`.
6
7pub use zlayer_types::secrets::error::{Result, SecretsError};