ic-query 0.2.15

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
1
2
3
4
5
6
7
//! Module: sns::report::neurons_cache::errors
//!
//! Responsibility: re-export shared SNS cache-file error mapping for neuron caches.
//! Does not own: host error definitions, cache IO, refresh orchestration, or rendering.
//! Boundary: keeps neuron cache modules using the shared SNS cache error adapter.

pub(super) use crate::sns::report::cache_error::sns_cache_file_error;