pub type PackageExpansionLimitError = LimitError<PackageExpansionResource>;Expand description
A package archive exceeded a mandatory expansion ceiling.
Aliased Type§
pub enum PackageExpansionLimitError {
Exceeded {
resource: ResourceKind<6>,
ceiling: u64,
observed_at_least: u64,
},
AccountingOverflow {
resource: ResourceKind<6>,
},
}