Name | Lookup | Parameters | |
|---|---|---|---|
| reap_page | 6400 | 2 | |
| execute_overweight | 6401 | 4 |
Name | Lookup | Attributes | |
|---|---|---|---|
| ProcessingFailed | 6400 | ["H256","MessageOriginOf","ProcessMessageError"] | |
| Processed | 6401 | ["H256","MessageOriginOf","Weight","bool"] | |
| OverweightEnqueued | 6402 | ["[u8; 32]","MessageOriginOf","PageIndex","Size"] | |
| PageReaped | 6403 | ["MessageOriginOf","PageIndex"] |
Name | Type | |
|---|---|---|
| BookStateFor | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat"],"key_vec":["polkadot_runtime_parachains:inclusion:AggregateMessageOrigin"],"value":"pallet_message_queue:BookState","keys_id":484,"value_id":1014}} | |
| ServiceHead | {"origin":"PlainType","plain_type":"polkadot_runtime_parachains:inclusion:AggregateMessageOrigin","PlainTypeValue":484} | |
| Pages | {"origin":"Map","n_map_type":{"hashers":["Twox64Concat","Twox64Concat"],"key_vec":["polkadot_runtime_parachains:inclusion:AggregateMessageOrigin","U32"],"value":"pallet_message_queue:Page","keys_id":1017,"value_id":1018}} |
Name | Type | Value | |
|---|---|---|---|
| HeapSize | U32 | 00000100 | |
| MaxStale | U32 | 10000000 | |
| ServiceWeight | option<sp_weights:weight_v2:Weight> | 010700a0db215d133333333333333333 | |
| IdleMaxServiceWeight | option<sp_weights:weight_v2:Weight> | 010700a0db215d133333333333333333 |
Name | Docs |
|---|---|
| NotReapable | Page is not reapable because it has items remaining to be processed and is not oldenough. |
| NoPage | Page to be reaped does not exist. |
| NoMessage | The referenced message could not be found. |
| AlreadyProcessed | The message was already processed and cannot be processed again. |
| Queued | The message is queued for future execution. |
| InsufficientWeight | There is temporarily not enough weight to continue servicing messages. |
| TemporarilyUnprocessable | This message is temporarily unprocessable.Such errors are expected, but not guaranteed, to resolve themselves eventually throughretrying. |
| QueuePaused | The queue is paused and no message can be executed from it.This can change at any time and may resolve in the future by re-trying. |
| RecursiveDisallowed | Another call is in progress and needs to finish before this call can happen. |