Name | Lookup | Attributes | |
---|---|---|---|
CandidateBacked | 2c00 | ||
CandidateIncluded | 2c01 | ||
CandidateTimedOut | 2c02 |
Name | Type | |
---|---|---|
AvailabilityBitfields | {"origin":"MapType","map_type":{"key":"ValidatorIndex","hasher":"Twox64Concat","value":"AvailabilityBitfieldRecord<BlockNumber>","isLinked":false}} | |
PendingAvailability | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"CandidatePendingAvailability<Hash, BlockNumber>","isLinked":false}} | |
PendingAvailabilityCommitments | {"origin":"MapType","map_type":{"key":"ParaId","hasher":"Twox64Concat","value":"CandidateCommitments","isLinked":false}} |
Name | Docs |
---|---|
WrongBitfieldSize | Availability bitfield has unexpected size. |
BitfieldDuplicateOrUnordered | Multiple bitfields submitted by same validator or validators out of order by index. |
ValidatorIndexOutOfBounds | Validator index out of bounds. |
InvalidBitfieldSignature | Invalid signature |
UnscheduledCandidate | Candidate submitted but para not scheduled. |
CandidateScheduledBeforeParaFree | Candidate scheduled despite pending candidate already existing for the para. |
WrongCollator | Candidate included with the wrong collator. |
ScheduledOutOfOrder | Scheduled cores out of order. |
HeadDataTooLarge | Head data exceeds the configured maximum. |
PrematureCodeUpgrade | Code upgrade prematurely. |
NewCodeTooLarge | Output code is too large |
CandidateNotInParentContext | Candidate not in parent context. |
UnoccupiedBitInBitfield | The bitfield contains a bit relating to an unassigned availability core. |
InvalidGroupIndex | Invalid group index in core assignment. |
InsufficientBacking | Insufficient (non-majority) backing. |
InvalidBacking | Invalid (bad signature, unknown validator, etc.) backing. |
NotCollatorSigned | Collator did not sign PoV. |
ValidationDataHashMismatch | The validation data hash does not match expected. |
InternalError | Internal error only returned when compiled with debug assertions. |
IncorrectDownwardMessageHandling | The downward message queue is not processed correctly. |
InvalidUpwardMessages | At least one upward message sent does not pass the acceptance criteria. |
HrmpWatermarkMishandling | The candidate didn't follow the rules of HRMP watermark advancement. |
InvalidOutboundHrmp | The HRMP messages sent by the candidate is not valid. |
InvalidValidationCodeHash | The validation code hash of the candidate is not valid. |