pub type DecodeLimitError = LimitError<DecodeResource>;Expand description
A Pack Archive exceeded a mandatory decode ceiling.
Aliased Type§
pub enum DecodeLimitError {
Exceeded {
resource: ResourceKind<5>,
ceiling: u64,
observed_at_least: u64,
},
AccountingOverflow {
resource: ResourceKind<5>,
},
}