pub type EncodeLimitError = LimitError<EncodeResource>;Expand description
A Pack Archive exceeded a mandatory encode ceiling.
Aliased Type§
pub enum EncodeLimitError {
Exceeded {
resource: ResourceKind<4>,
ceiling: u64,
observed_at_least: u64,
},
AccountingOverflow {
resource: ResourceKind<4>,
},
}