@dedot/chaintypes 0.0.1-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +3 -0
  3. package/aleph/consts.d.ts +533 -0
  4. package/aleph/consts.js +2 -0
  5. package/aleph/errors.d.ts +822 -0
  6. package/aleph/errors.js +2 -0
  7. package/aleph/events.d.ts +997 -0
  8. package/aleph/events.js +2 -0
  9. package/aleph/index.d.ts +19 -0
  10. package/aleph/index.js +3 -0
  11. package/aleph/query.d.ts +1271 -0
  12. package/aleph/query.js +2 -0
  13. package/aleph/rpc.d.ts +575 -0
  14. package/aleph/rpc.js +2 -0
  15. package/aleph/runtime.d.ts +410 -0
  16. package/aleph/runtime.js +2 -0
  17. package/aleph/tx.d.ts +2206 -0
  18. package/aleph/tx.js +2 -0
  19. package/aleph/types.d.ts +5560 -0
  20. package/aleph/types.js +2 -0
  21. package/astar/consts.d.ts +679 -0
  22. package/astar/consts.js +2 -0
  23. package/astar/errors.d.ts +1317 -0
  24. package/astar/errors.js +2 -0
  25. package/astar/events.d.ts +1707 -0
  26. package/astar/events.js +2 -0
  27. package/astar/index.d.ts +19 -0
  28. package/astar/index.js +3 -0
  29. package/astar/query.d.ts +1474 -0
  30. package/astar/query.js +2 -0
  31. package/astar/rpc.d.ts +775 -0
  32. package/astar/rpc.js +2 -0
  33. package/astar/runtime.d.ts +262 -0
  34. package/astar/runtime.js +2 -0
  35. package/astar/tx.d.ts +4810 -0
  36. package/astar/tx.js +2 -0
  37. package/astar/types.d.ts +12338 -0
  38. package/astar/types.js +2 -0
  39. package/cjs/aleph/consts.js +3 -0
  40. package/cjs/aleph/errors.js +3 -0
  41. package/cjs/aleph/events.js +3 -0
  42. package/cjs/aleph/index.js +19 -0
  43. package/cjs/aleph/query.js +3 -0
  44. package/cjs/aleph/rpc.js +3 -0
  45. package/cjs/aleph/runtime.js +3 -0
  46. package/cjs/aleph/tx.js +3 -0
  47. package/cjs/aleph/types.js +3 -0
  48. package/cjs/astar/consts.js +3 -0
  49. package/cjs/astar/errors.js +3 -0
  50. package/cjs/astar/events.js +3 -0
  51. package/cjs/astar/index.js +19 -0
  52. package/cjs/astar/query.js +3 -0
  53. package/cjs/astar/rpc.js +3 -0
  54. package/cjs/astar/runtime.js +3 -0
  55. package/cjs/astar/tx.js +3 -0
  56. package/cjs/astar/types.js +3 -0
  57. package/cjs/index.js +2 -0
  58. package/cjs/kusama/consts.js +3 -0
  59. package/cjs/kusama/errors.js +3 -0
  60. package/cjs/kusama/events.js +3 -0
  61. package/cjs/kusama/index.js +19 -0
  62. package/cjs/kusama/query.js +3 -0
  63. package/cjs/kusama/rpc.js +3 -0
  64. package/cjs/kusama/runtime.js +3 -0
  65. package/cjs/kusama/tx.js +3 -0
  66. package/cjs/kusama/types.js +3 -0
  67. package/cjs/kusamaAssetHub/consts.js +3 -0
  68. package/cjs/kusamaAssetHub/errors.js +3 -0
  69. package/cjs/kusamaAssetHub/events.js +3 -0
  70. package/cjs/kusamaAssetHub/index.js +19 -0
  71. package/cjs/kusamaAssetHub/query.js +3 -0
  72. package/cjs/kusamaAssetHub/rpc.js +3 -0
  73. package/cjs/kusamaAssetHub/runtime.js +3 -0
  74. package/cjs/kusamaAssetHub/tx.js +3 -0
  75. package/cjs/kusamaAssetHub/types.js +3 -0
  76. package/cjs/moonbeam/consts.js +3 -0
  77. package/cjs/moonbeam/errors.js +3 -0
  78. package/cjs/moonbeam/events.js +3 -0
  79. package/cjs/moonbeam/index.js +19 -0
  80. package/cjs/moonbeam/query.js +3 -0
  81. package/cjs/moonbeam/rpc.js +3 -0
  82. package/cjs/moonbeam/runtime.js +3 -0
  83. package/cjs/moonbeam/tx.js +3 -0
  84. package/cjs/moonbeam/types.js +3 -0
  85. package/cjs/package.json +1 -0
  86. package/cjs/packageInfo.js +5 -0
  87. package/cjs/polkadot/consts.js +3 -0
  88. package/cjs/polkadot/errors.js +3 -0
  89. package/cjs/polkadot/events.js +3 -0
  90. package/cjs/polkadot/index.js +19 -0
  91. package/cjs/polkadot/query.js +3 -0
  92. package/cjs/polkadot/rpc.js +3 -0
  93. package/cjs/polkadot/runtime.js +3 -0
  94. package/cjs/polkadot/tx.js +3 -0
  95. package/cjs/polkadot/types.js +3 -0
  96. package/cjs/polkadotAssetHub/consts.js +3 -0
  97. package/cjs/polkadotAssetHub/errors.js +3 -0
  98. package/cjs/polkadotAssetHub/events.js +3 -0
  99. package/cjs/polkadotAssetHub/index.js +19 -0
  100. package/cjs/polkadotAssetHub/query.js +3 -0
  101. package/cjs/polkadotAssetHub/rpc.js +3 -0
  102. package/cjs/polkadotAssetHub/runtime.js +3 -0
  103. package/cjs/polkadotAssetHub/tx.js +3 -0
  104. package/cjs/polkadotAssetHub/types.js +3 -0
  105. package/cjs/rococoAssetHub/consts.js +3 -0
  106. package/cjs/rococoAssetHub/errors.js +3 -0
  107. package/cjs/rococoAssetHub/events.js +3 -0
  108. package/cjs/rococoAssetHub/index.js +19 -0
  109. package/cjs/rococoAssetHub/query.js +3 -0
  110. package/cjs/rococoAssetHub/rpc.js +3 -0
  111. package/cjs/rococoAssetHub/runtime.js +3 -0
  112. package/cjs/rococoAssetHub/tx.js +3 -0
  113. package/cjs/rococoAssetHub/types.js +3 -0
  114. package/cjs/substrate/consts.js +3 -0
  115. package/cjs/substrate/errors.js +3 -0
  116. package/cjs/substrate/events.js +3 -0
  117. package/cjs/substrate/index.js +19 -0
  118. package/cjs/substrate/query.js +3 -0
  119. package/cjs/substrate/rpc.js +3 -0
  120. package/cjs/substrate/runtime.js +3 -0
  121. package/cjs/substrate/tx.js +3 -0
  122. package/cjs/substrate/types.js +3 -0
  123. package/cjs/westendAssetHub/consts.js +3 -0
  124. package/cjs/westendAssetHub/errors.js +3 -0
  125. package/cjs/westendAssetHub/events.js +3 -0
  126. package/cjs/westendAssetHub/index.js +19 -0
  127. package/cjs/westendAssetHub/query.js +3 -0
  128. package/cjs/westendAssetHub/rpc.js +3 -0
  129. package/cjs/westendAssetHub/runtime.js +3 -0
  130. package/cjs/westendAssetHub/tx.js +3 -0
  131. package/cjs/westendAssetHub/types.js +3 -0
  132. package/index.d.ts +5 -0
  133. package/index.js +1 -0
  134. package/kusama/consts.d.ts +1427 -0
  135. package/kusama/consts.js +2 -0
  136. package/kusama/errors.d.ts +2494 -0
  137. package/kusama/errors.js +2 -0
  138. package/kusama/events.d.ts +2960 -0
  139. package/kusama/events.js +2 -0
  140. package/kusama/index.d.ts +19 -0
  141. package/kusama/index.js +3 -0
  142. package/kusama/query.d.ts +3251 -0
  143. package/kusama/query.js +2 -0
  144. package/kusama/rpc.d.ts +726 -0
  145. package/kusama/rpc.js +2 -0
  146. package/kusama/runtime.d.ts +844 -0
  147. package/kusama/runtime.js +2 -0
  148. package/kusama/tx.d.ts +6014 -0
  149. package/kusama/tx.js +2 -0
  150. package/kusama/types.d.ts +15903 -0
  151. package/kusama/types.js +2 -0
  152. package/kusamaAssetHub/consts.d.ts +632 -0
  153. package/kusamaAssetHub/consts.js +2 -0
  154. package/kusamaAssetHub/errors.d.ts +1164 -0
  155. package/kusamaAssetHub/errors.js +2 -0
  156. package/kusamaAssetHub/events.d.ts +2162 -0
  157. package/kusamaAssetHub/events.js +2 -0
  158. package/kusamaAssetHub/index.d.ts +19 -0
  159. package/kusamaAssetHub/index.js +3 -0
  160. package/kusamaAssetHub/query.d.ts +1301 -0
  161. package/kusamaAssetHub/query.js +2 -0
  162. package/kusamaAssetHub/rpc.d.ts +590 -0
  163. package/kusamaAssetHub/rpc.js +2 -0
  164. package/kusamaAssetHub/runtime.d.ts +402 -0
  165. package/kusamaAssetHub/runtime.js +2 -0
  166. package/kusamaAssetHub/tx.d.ts +4217 -0
  167. package/kusamaAssetHub/tx.js +2 -0
  168. package/kusamaAssetHub/types.d.ts +10418 -0
  169. package/kusamaAssetHub/types.js +2 -0
  170. package/moonbeam/consts.d.ts +961 -0
  171. package/moonbeam/consts.js +2 -0
  172. package/moonbeam/errors.d.ts +1797 -0
  173. package/moonbeam/errors.js +2 -0
  174. package/moonbeam/events.d.ts +2840 -0
  175. package/moonbeam/events.js +2 -0
  176. package/moonbeam/index.d.ts +19 -0
  177. package/moonbeam/index.js +3 -0
  178. package/moonbeam/query.d.ts +2027 -0
  179. package/moonbeam/query.js +2 -0
  180. package/moonbeam/rpc.d.ts +809 -0
  181. package/moonbeam/rpc.js +2 -0
  182. package/moonbeam/runtime.d.ts +506 -0
  183. package/moonbeam/runtime.js +2 -0
  184. package/moonbeam/tx.d.ts +5205 -0
  185. package/moonbeam/tx.js +2 -0
  186. package/moonbeam/types.d.ts +12349 -0
  187. package/moonbeam/types.js +2 -0
  188. package/package.json +33 -0
  189. package/packageInfo.d.ts +4 -0
  190. package/packageInfo.js +3 -0
  191. package/polkadot/consts.d.ts +1160 -0
  192. package/polkadot/consts.js +2 -0
  193. package/polkadot/errors.d.ts +2020 -0
  194. package/polkadot/errors.js +2 -0
  195. package/polkadot/events.d.ts +2235 -0
  196. package/polkadot/events.js +2 -0
  197. package/polkadot/index.d.ts +19 -0
  198. package/polkadot/index.js +3 -0
  199. package/polkadot/query.d.ts +2811 -0
  200. package/polkadot/query.js +2 -0
  201. package/polkadot/rpc.d.ts +726 -0
  202. package/polkadot/rpc.js +2 -0
  203. package/polkadot/runtime.d.ts +844 -0
  204. package/polkadot/runtime.js +2 -0
  205. package/polkadot/tx.d.ts +5009 -0
  206. package/polkadot/tx.js +2 -0
  207. package/polkadot/types.d.ts +13729 -0
  208. package/polkadot/types.js +2 -0
  209. package/polkadotAssetHub/consts.d.ts +524 -0
  210. package/polkadotAssetHub/consts.js +2 -0
  211. package/polkadotAssetHub/errors.d.ts +925 -0
  212. package/polkadotAssetHub/errors.js +2 -0
  213. package/polkadotAssetHub/events.d.ts +1787 -0
  214. package/polkadotAssetHub/events.js +2 -0
  215. package/polkadotAssetHub/index.d.ts +19 -0
  216. package/polkadotAssetHub/index.js +3 -0
  217. package/polkadotAssetHub/query.d.ts +1222 -0
  218. package/polkadotAssetHub/query.js +2 -0
  219. package/polkadotAssetHub/rpc.d.ts +590 -0
  220. package/polkadotAssetHub/rpc.js +2 -0
  221. package/polkadotAssetHub/runtime.d.ts +359 -0
  222. package/polkadotAssetHub/runtime.js +2 -0
  223. package/polkadotAssetHub/tx.d.ts +3492 -0
  224. package/polkadotAssetHub/tx.js +2 -0
  225. package/polkadotAssetHub/types.d.ts +9164 -0
  226. package/polkadotAssetHub/types.js +2 -0
  227. package/rococoAssetHub/consts.d.ts +658 -0
  228. package/rococoAssetHub/consts.js +2 -0
  229. package/rococoAssetHub/errors.d.ts +1231 -0
  230. package/rococoAssetHub/errors.js +2 -0
  231. package/rococoAssetHub/events.d.ts +2172 -0
  232. package/rococoAssetHub/events.js +2 -0
  233. package/rococoAssetHub/index.d.ts +19 -0
  234. package/rococoAssetHub/index.js +3 -0
  235. package/rococoAssetHub/query.d.ts +1269 -0
  236. package/rococoAssetHub/query.js +2 -0
  237. package/rococoAssetHub/rpc.d.ts +590 -0
  238. package/rococoAssetHub/rpc.js +2 -0
  239. package/rococoAssetHub/runtime.d.ts +428 -0
  240. package/rococoAssetHub/runtime.js +2 -0
  241. package/rococoAssetHub/tx.d.ts +4307 -0
  242. package/rococoAssetHub/tx.js +2 -0
  243. package/rococoAssetHub/types.d.ts +11066 -0
  244. package/rococoAssetHub/types.js +2 -0
  245. package/substrate/consts.d.ts +1971 -0
  246. package/substrate/consts.js +2 -0
  247. package/substrate/errors.d.ts +3337 -0
  248. package/substrate/errors.js +2 -0
  249. package/substrate/events.d.ts +4777 -0
  250. package/substrate/events.js +2 -0
  251. package/substrate/index.d.ts +19 -0
  252. package/substrate/index.js +3 -0
  253. package/substrate/query.d.ts +3350 -0
  254. package/substrate/query.js +2 -0
  255. package/substrate/rpc.d.ts +718 -0
  256. package/substrate/rpc.js +2 -0
  257. package/substrate/runtime.d.ts +708 -0
  258. package/substrate/runtime.js +2 -0
  259. package/substrate/tx.d.ts +8800 -0
  260. package/substrate/tx.js +2 -0
  261. package/substrate/types.d.ts +20332 -0
  262. package/substrate/types.js +2 -0
  263. package/westendAssetHub/consts.d.ts +658 -0
  264. package/westendAssetHub/consts.js +2 -0
  265. package/westendAssetHub/errors.d.ts +1231 -0
  266. package/westendAssetHub/errors.js +2 -0
  267. package/westendAssetHub/events.d.ts +2172 -0
  268. package/westendAssetHub/events.js +2 -0
  269. package/westendAssetHub/index.d.ts +19 -0
  270. package/westendAssetHub/index.js +3 -0
  271. package/westendAssetHub/query.d.ts +1269 -0
  272. package/westendAssetHub/query.js +2 -0
  273. package/westendAssetHub/rpc.d.ts +590 -0
  274. package/westendAssetHub/rpc.js +2 -0
  275. package/westendAssetHub/runtime.d.ts +456 -0
  276. package/westendAssetHub/runtime.js +2 -0
  277. package/westendAssetHub/tx.d.ts +4307 -0
  278. package/westendAssetHub/tx.js +2 -0
  279. package/westendAssetHub/types.d.ts +11062 -0
  280. package/westendAssetHub/types.js +2 -0
@@ -0,0 +1,2494 @@
1
+ import type { GenericChainErrors, GenericPalletError } from '@dedot/types';
2
+ export interface ChainErrors extends GenericChainErrors {
3
+ /**
4
+ * Pallet `System`'s errors
5
+ **/
6
+ system: {
7
+ /**
8
+ * The name of specification does not match between the current runtime
9
+ * and the new runtime.
10
+ **/
11
+ InvalidSpecName: GenericPalletError;
12
+ /**
13
+ * The specification version is not allowed to decrease between the current runtime
14
+ * and the new runtime.
15
+ **/
16
+ SpecVersionNeedsToIncrease: GenericPalletError;
17
+ /**
18
+ * Failed to extract the runtime version from the new runtime.
19
+ *
20
+ * Either calling `Core_version` or decoding `RuntimeVersion` failed.
21
+ **/
22
+ FailedToExtractRuntimeVersion: GenericPalletError;
23
+ /**
24
+ * Suicide called when the account has non-default composite data.
25
+ **/
26
+ NonDefaultComposite: GenericPalletError;
27
+ /**
28
+ * There is a non-zero reference count preventing the account from being purged.
29
+ **/
30
+ NonZeroRefCount: GenericPalletError;
31
+ /**
32
+ * The origin filter prevent the call to be dispatched.
33
+ **/
34
+ CallFiltered: GenericPalletError;
35
+ /**
36
+ * Generic pallet error
37
+ **/
38
+ [error: string]: GenericPalletError;
39
+ };
40
+ /**
41
+ * Pallet `Babe`'s errors
42
+ **/
43
+ babe: {
44
+ /**
45
+ * An equivocation proof provided as part of an equivocation report is invalid.
46
+ **/
47
+ InvalidEquivocationProof: GenericPalletError;
48
+ /**
49
+ * A key ownership proof provided as part of an equivocation report is invalid.
50
+ **/
51
+ InvalidKeyOwnershipProof: GenericPalletError;
52
+ /**
53
+ * A given equivocation report is valid but already previously reported.
54
+ **/
55
+ DuplicateOffenceReport: GenericPalletError;
56
+ /**
57
+ * Submitted configuration is invalid.
58
+ **/
59
+ InvalidConfiguration: GenericPalletError;
60
+ /**
61
+ * Generic pallet error
62
+ **/
63
+ [error: string]: GenericPalletError;
64
+ };
65
+ /**
66
+ * Pallet `Indices`'s errors
67
+ **/
68
+ indices: {
69
+ /**
70
+ * The index was not already assigned.
71
+ **/
72
+ NotAssigned: GenericPalletError;
73
+ /**
74
+ * The index is assigned to another account.
75
+ **/
76
+ NotOwner: GenericPalletError;
77
+ /**
78
+ * The index was not available.
79
+ **/
80
+ InUse: GenericPalletError;
81
+ /**
82
+ * The source and destination accounts are identical.
83
+ **/
84
+ NotTransfer: GenericPalletError;
85
+ /**
86
+ * The index is permanent and may not be freed/changed.
87
+ **/
88
+ Permanent: GenericPalletError;
89
+ /**
90
+ * Generic pallet error
91
+ **/
92
+ [error: string]: GenericPalletError;
93
+ };
94
+ /**
95
+ * Pallet `Balances`'s errors
96
+ **/
97
+ balances: {
98
+ /**
99
+ * Vesting balance too high to send value.
100
+ **/
101
+ VestingBalance: GenericPalletError;
102
+ /**
103
+ * Account liquidity restrictions prevent withdrawal.
104
+ **/
105
+ LiquidityRestrictions: GenericPalletError;
106
+ /**
107
+ * Balance too low to send value.
108
+ **/
109
+ InsufficientBalance: GenericPalletError;
110
+ /**
111
+ * Value too low to create account due to existential deposit.
112
+ **/
113
+ ExistentialDeposit: GenericPalletError;
114
+ /**
115
+ * Transfer/payment would kill account.
116
+ **/
117
+ Expendability: GenericPalletError;
118
+ /**
119
+ * A vesting schedule already exists for this account.
120
+ **/
121
+ ExistingVestingSchedule: GenericPalletError;
122
+ /**
123
+ * Beneficiary account must pre-exist.
124
+ **/
125
+ DeadAccount: GenericPalletError;
126
+ /**
127
+ * Number of named reserves exceed `MaxReserves`.
128
+ **/
129
+ TooManyReserves: GenericPalletError;
130
+ /**
131
+ * Number of holds exceed `MaxHolds`.
132
+ **/
133
+ TooManyHolds: GenericPalletError;
134
+ /**
135
+ * Number of freezes exceed `MaxFreezes`.
136
+ **/
137
+ TooManyFreezes: GenericPalletError;
138
+ /**
139
+ * Generic pallet error
140
+ **/
141
+ [error: string]: GenericPalletError;
142
+ };
143
+ /**
144
+ * Pallet `Staking`'s errors
145
+ **/
146
+ staking: {
147
+ /**
148
+ * Not a controller account.
149
+ **/
150
+ NotController: GenericPalletError;
151
+ /**
152
+ * Not a stash account.
153
+ **/
154
+ NotStash: GenericPalletError;
155
+ /**
156
+ * Stash is already bonded.
157
+ **/
158
+ AlreadyBonded: GenericPalletError;
159
+ /**
160
+ * Controller is already paired.
161
+ **/
162
+ AlreadyPaired: GenericPalletError;
163
+ /**
164
+ * Targets cannot be empty.
165
+ **/
166
+ EmptyTargets: GenericPalletError;
167
+ /**
168
+ * Duplicate index.
169
+ **/
170
+ DuplicateIndex: GenericPalletError;
171
+ /**
172
+ * Slash record index out of bounds.
173
+ **/
174
+ InvalidSlashIndex: GenericPalletError;
175
+ /**
176
+ * Cannot have a validator or nominator role, with value less than the minimum defined by
177
+ * governance (see `MinValidatorBond` and `MinNominatorBond`). If unbonding is the
178
+ * intention, `chill` first to remove one's role as validator/nominator.
179
+ **/
180
+ InsufficientBond: GenericPalletError;
181
+ /**
182
+ * Can not schedule more unlock chunks.
183
+ **/
184
+ NoMoreChunks: GenericPalletError;
185
+ /**
186
+ * Can not rebond without unlocking chunks.
187
+ **/
188
+ NoUnlockChunk: GenericPalletError;
189
+ /**
190
+ * Attempting to target a stash that still has funds.
191
+ **/
192
+ FundedTarget: GenericPalletError;
193
+ /**
194
+ * Invalid era to reward.
195
+ **/
196
+ InvalidEraToReward: GenericPalletError;
197
+ /**
198
+ * Invalid number of nominations.
199
+ **/
200
+ InvalidNumberOfNominations: GenericPalletError;
201
+ /**
202
+ * Items are not sorted and unique.
203
+ **/
204
+ NotSortedAndUnique: GenericPalletError;
205
+ /**
206
+ * Rewards for this era have already been claimed for this validator.
207
+ **/
208
+ AlreadyClaimed: GenericPalletError;
209
+ /**
210
+ * Incorrect previous history depth input provided.
211
+ **/
212
+ IncorrectHistoryDepth: GenericPalletError;
213
+ /**
214
+ * Incorrect number of slashing spans provided.
215
+ **/
216
+ IncorrectSlashingSpans: GenericPalletError;
217
+ /**
218
+ * Internal state has become somehow corrupted and the operation cannot continue.
219
+ **/
220
+ BadState: GenericPalletError;
221
+ /**
222
+ * Too many nomination targets supplied.
223
+ **/
224
+ TooManyTargets: GenericPalletError;
225
+ /**
226
+ * A nomination target was supplied that was blocked or otherwise not a validator.
227
+ **/
228
+ BadTarget: GenericPalletError;
229
+ /**
230
+ * The user has enough bond and thus cannot be chilled forcefully by an external person.
231
+ **/
232
+ CannotChillOther: GenericPalletError;
233
+ /**
234
+ * There are too many nominators in the system. Governance needs to adjust the staking
235
+ * settings to keep things safe for the runtime.
236
+ **/
237
+ TooManyNominators: GenericPalletError;
238
+ /**
239
+ * There are too many validator candidates in the system. Governance needs to adjust the
240
+ * staking settings to keep things safe for the runtime.
241
+ **/
242
+ TooManyValidators: GenericPalletError;
243
+ /**
244
+ * Commission is too low. Must be at least `MinCommission`.
245
+ **/
246
+ CommissionTooLow: GenericPalletError;
247
+ /**
248
+ * Some bound is not met.
249
+ **/
250
+ BoundNotMet: GenericPalletError;
251
+ /**
252
+ * Generic pallet error
253
+ **/
254
+ [error: string]: GenericPalletError;
255
+ };
256
+ /**
257
+ * Pallet `Session`'s errors
258
+ **/
259
+ session: {
260
+ /**
261
+ * Invalid ownership proof.
262
+ **/
263
+ InvalidProof: GenericPalletError;
264
+ /**
265
+ * No associated validator ID for account.
266
+ **/
267
+ NoAssociatedValidatorId: GenericPalletError;
268
+ /**
269
+ * Registered duplicate key.
270
+ **/
271
+ DuplicatedKey: GenericPalletError;
272
+ /**
273
+ * No keys are associated with this account.
274
+ **/
275
+ NoKeys: GenericPalletError;
276
+ /**
277
+ * Key setting account is not live, so it's impossible to associate keys.
278
+ **/
279
+ NoAccount: GenericPalletError;
280
+ /**
281
+ * Generic pallet error
282
+ **/
283
+ [error: string]: GenericPalletError;
284
+ };
285
+ /**
286
+ * Pallet `Grandpa`'s errors
287
+ **/
288
+ grandpa: {
289
+ /**
290
+ * Attempt to signal GRANDPA pause when the authority set isn't live
291
+ * (either paused or already pending pause).
292
+ **/
293
+ PauseFailed: GenericPalletError;
294
+ /**
295
+ * Attempt to signal GRANDPA resume when the authority set isn't paused
296
+ * (either live or already pending resume).
297
+ **/
298
+ ResumeFailed: GenericPalletError;
299
+ /**
300
+ * Attempt to signal GRANDPA change with one already pending.
301
+ **/
302
+ ChangePending: GenericPalletError;
303
+ /**
304
+ * Cannot signal forced change so soon after last.
305
+ **/
306
+ TooSoon: GenericPalletError;
307
+ /**
308
+ * A key ownership proof provided as part of an equivocation report is invalid.
309
+ **/
310
+ InvalidKeyOwnershipProof: GenericPalletError;
311
+ /**
312
+ * An equivocation proof provided as part of an equivocation report is invalid.
313
+ **/
314
+ InvalidEquivocationProof: GenericPalletError;
315
+ /**
316
+ * A given equivocation report is valid but already previously reported.
317
+ **/
318
+ DuplicateOffenceReport: GenericPalletError;
319
+ /**
320
+ * Generic pallet error
321
+ **/
322
+ [error: string]: GenericPalletError;
323
+ };
324
+ /**
325
+ * Pallet `ImOnline`'s errors
326
+ **/
327
+ imOnline: {
328
+ /**
329
+ * Non existent public key.
330
+ **/
331
+ InvalidKey: GenericPalletError;
332
+ /**
333
+ * Duplicated heartbeat.
334
+ **/
335
+ DuplicatedHeartbeat: GenericPalletError;
336
+ /**
337
+ * Generic pallet error
338
+ **/
339
+ [error: string]: GenericPalletError;
340
+ };
341
+ /**
342
+ * Pallet `Treasury`'s errors
343
+ **/
344
+ treasury: {
345
+ /**
346
+ * Proposer's balance is too low.
347
+ **/
348
+ InsufficientProposersBalance: GenericPalletError;
349
+ /**
350
+ * No proposal, bounty or spend at that index.
351
+ **/
352
+ InvalidIndex: GenericPalletError;
353
+ /**
354
+ * Too many approvals in the queue.
355
+ **/
356
+ TooManyApprovals: GenericPalletError;
357
+ /**
358
+ * The spend origin is valid but the amount it is allowed to spend is lower than the
359
+ * amount to be spent.
360
+ **/
361
+ InsufficientPermission: GenericPalletError;
362
+ /**
363
+ * Proposal has not been approved.
364
+ **/
365
+ ProposalNotApproved: GenericPalletError;
366
+ /**
367
+ * The balance of the asset kind is not convertible to the balance of the native asset.
368
+ **/
369
+ FailedToConvertBalance: GenericPalletError;
370
+ /**
371
+ * The spend has expired and cannot be claimed.
372
+ **/
373
+ SpendExpired: GenericPalletError;
374
+ /**
375
+ * The spend is not yet eligible for payout.
376
+ **/
377
+ EarlyPayout: GenericPalletError;
378
+ /**
379
+ * The payment has already been attempted.
380
+ **/
381
+ AlreadyAttempted: GenericPalletError;
382
+ /**
383
+ * There was some issue with the mechanism of payment.
384
+ **/
385
+ PayoutError: GenericPalletError;
386
+ /**
387
+ * The payout was not yet attempted/claimed.
388
+ **/
389
+ NotAttempted: GenericPalletError;
390
+ /**
391
+ * The payment has neither failed nor succeeded yet.
392
+ **/
393
+ Inconclusive: GenericPalletError;
394
+ /**
395
+ * Generic pallet error
396
+ **/
397
+ [error: string]: GenericPalletError;
398
+ };
399
+ /**
400
+ * Pallet `ConvictionVoting`'s errors
401
+ **/
402
+ convictionVoting: {
403
+ /**
404
+ * Poll is not ongoing.
405
+ **/
406
+ NotOngoing: GenericPalletError;
407
+ /**
408
+ * The given account did not vote on the poll.
409
+ **/
410
+ NotVoter: GenericPalletError;
411
+ /**
412
+ * The actor has no permission to conduct the action.
413
+ **/
414
+ NoPermission: GenericPalletError;
415
+ /**
416
+ * The actor has no permission to conduct the action right now but will do in the future.
417
+ **/
418
+ NoPermissionYet: GenericPalletError;
419
+ /**
420
+ * The account is already delegating.
421
+ **/
422
+ AlreadyDelegating: GenericPalletError;
423
+ /**
424
+ * The account currently has votes attached to it and the operation cannot succeed until
425
+ * these are removed, either through `unvote` or `reap_vote`.
426
+ **/
427
+ AlreadyVoting: GenericPalletError;
428
+ /**
429
+ * Too high a balance was provided that the account cannot afford.
430
+ **/
431
+ InsufficientFunds: GenericPalletError;
432
+ /**
433
+ * The account is not currently delegating.
434
+ **/
435
+ NotDelegating: GenericPalletError;
436
+ /**
437
+ * Delegation to oneself makes no sense.
438
+ **/
439
+ Nonsense: GenericPalletError;
440
+ /**
441
+ * Maximum number of votes reached.
442
+ **/
443
+ MaxVotesReached: GenericPalletError;
444
+ /**
445
+ * The class must be supplied since it is not easily determinable from the state.
446
+ **/
447
+ ClassNeeded: GenericPalletError;
448
+ /**
449
+ * The class ID supplied is invalid.
450
+ **/
451
+ BadClass: GenericPalletError;
452
+ /**
453
+ * Generic pallet error
454
+ **/
455
+ [error: string]: GenericPalletError;
456
+ };
457
+ /**
458
+ * Pallet `Referenda`'s errors
459
+ **/
460
+ referenda: {
461
+ /**
462
+ * Referendum is not ongoing.
463
+ **/
464
+ NotOngoing: GenericPalletError;
465
+ /**
466
+ * Referendum's decision deposit is already paid.
467
+ **/
468
+ HasDeposit: GenericPalletError;
469
+ /**
470
+ * The track identifier given was invalid.
471
+ **/
472
+ BadTrack: GenericPalletError;
473
+ /**
474
+ * There are already a full complement of referenda in progress for this track.
475
+ **/
476
+ Full: GenericPalletError;
477
+ /**
478
+ * The queue of the track is empty.
479
+ **/
480
+ QueueEmpty: GenericPalletError;
481
+ /**
482
+ * The referendum index provided is invalid in this context.
483
+ **/
484
+ BadReferendum: GenericPalletError;
485
+ /**
486
+ * There was nothing to do in the advancement.
487
+ **/
488
+ NothingToDo: GenericPalletError;
489
+ /**
490
+ * No track exists for the proposal origin.
491
+ **/
492
+ NoTrack: GenericPalletError;
493
+ /**
494
+ * Any deposit cannot be refunded until after the decision is over.
495
+ **/
496
+ Unfinished: GenericPalletError;
497
+ /**
498
+ * The deposit refunder is not the depositor.
499
+ **/
500
+ NoPermission: GenericPalletError;
501
+ /**
502
+ * The deposit cannot be refunded since none was made.
503
+ **/
504
+ NoDeposit: GenericPalletError;
505
+ /**
506
+ * The referendum status is invalid for this operation.
507
+ **/
508
+ BadStatus: GenericPalletError;
509
+ /**
510
+ * The preimage does not exist.
511
+ **/
512
+ PreimageNotExist: GenericPalletError;
513
+ /**
514
+ * Generic pallet error
515
+ **/
516
+ [error: string]: GenericPalletError;
517
+ };
518
+ /**
519
+ * Pallet `FellowshipCollective`'s errors
520
+ **/
521
+ fellowshipCollective: {
522
+ /**
523
+ * Account is already a member.
524
+ **/
525
+ AlreadyMember: GenericPalletError;
526
+ /**
527
+ * Account is not a member.
528
+ **/
529
+ NotMember: GenericPalletError;
530
+ /**
531
+ * The given poll index is unknown or has closed.
532
+ **/
533
+ NotPolling: GenericPalletError;
534
+ /**
535
+ * The given poll is still ongoing.
536
+ **/
537
+ Ongoing: GenericPalletError;
538
+ /**
539
+ * There are no further records to be removed.
540
+ **/
541
+ NoneRemaining: GenericPalletError;
542
+ /**
543
+ * Unexpected error in state.
544
+ **/
545
+ Corruption: GenericPalletError;
546
+ /**
547
+ * The member's rank is too low to vote.
548
+ **/
549
+ RankTooLow: GenericPalletError;
550
+ /**
551
+ * The information provided is incorrect.
552
+ **/
553
+ InvalidWitness: GenericPalletError;
554
+ /**
555
+ * The origin is not sufficiently privileged to do the operation.
556
+ **/
557
+ NoPermission: GenericPalletError;
558
+ /**
559
+ * Generic pallet error
560
+ **/
561
+ [error: string]: GenericPalletError;
562
+ };
563
+ /**
564
+ * Pallet `FellowshipReferenda`'s errors
565
+ **/
566
+ fellowshipReferenda: {
567
+ /**
568
+ * Referendum is not ongoing.
569
+ **/
570
+ NotOngoing: GenericPalletError;
571
+ /**
572
+ * Referendum's decision deposit is already paid.
573
+ **/
574
+ HasDeposit: GenericPalletError;
575
+ /**
576
+ * The track identifier given was invalid.
577
+ **/
578
+ BadTrack: GenericPalletError;
579
+ /**
580
+ * There are already a full complement of referenda in progress for this track.
581
+ **/
582
+ Full: GenericPalletError;
583
+ /**
584
+ * The queue of the track is empty.
585
+ **/
586
+ QueueEmpty: GenericPalletError;
587
+ /**
588
+ * The referendum index provided is invalid in this context.
589
+ **/
590
+ BadReferendum: GenericPalletError;
591
+ /**
592
+ * There was nothing to do in the advancement.
593
+ **/
594
+ NothingToDo: GenericPalletError;
595
+ /**
596
+ * No track exists for the proposal origin.
597
+ **/
598
+ NoTrack: GenericPalletError;
599
+ /**
600
+ * Any deposit cannot be refunded until after the decision is over.
601
+ **/
602
+ Unfinished: GenericPalletError;
603
+ /**
604
+ * The deposit refunder is not the depositor.
605
+ **/
606
+ NoPermission: GenericPalletError;
607
+ /**
608
+ * The deposit cannot be refunded since none was made.
609
+ **/
610
+ NoDeposit: GenericPalletError;
611
+ /**
612
+ * The referendum status is invalid for this operation.
613
+ **/
614
+ BadStatus: GenericPalletError;
615
+ /**
616
+ * The preimage does not exist.
617
+ **/
618
+ PreimageNotExist: GenericPalletError;
619
+ /**
620
+ * Generic pallet error
621
+ **/
622
+ [error: string]: GenericPalletError;
623
+ };
624
+ /**
625
+ * Pallet `Whitelist`'s errors
626
+ **/
627
+ whitelist: {
628
+ /**
629
+ * The preimage of the call hash could not be loaded.
630
+ **/
631
+ UnavailablePreImage: GenericPalletError;
632
+ /**
633
+ * The call could not be decoded.
634
+ **/
635
+ UndecodableCall: GenericPalletError;
636
+ /**
637
+ * The weight of the decoded call was higher than the witness.
638
+ **/
639
+ InvalidCallWeightWitness: GenericPalletError;
640
+ /**
641
+ * The call was not whitelisted.
642
+ **/
643
+ CallIsNotWhitelisted: GenericPalletError;
644
+ /**
645
+ * The call was already whitelisted; No-Op.
646
+ **/
647
+ CallAlreadyWhitelisted: GenericPalletError;
648
+ /**
649
+ * Generic pallet error
650
+ **/
651
+ [error: string]: GenericPalletError;
652
+ };
653
+ /**
654
+ * Pallet `Claims`'s errors
655
+ **/
656
+ claims: {
657
+ /**
658
+ * Invalid Ethereum signature.
659
+ **/
660
+ InvalidEthereumSignature: GenericPalletError;
661
+ /**
662
+ * Ethereum address has no claim.
663
+ **/
664
+ SignerHasNoClaim: GenericPalletError;
665
+ /**
666
+ * Account ID sending transaction has no claim.
667
+ **/
668
+ SenderHasNoClaim: GenericPalletError;
669
+ /**
670
+ * There's not enough in the pot to pay out some unvested amount. Generally implies a
671
+ * logic error.
672
+ **/
673
+ PotUnderflow: GenericPalletError;
674
+ /**
675
+ * A needed statement was not included.
676
+ **/
677
+ InvalidStatement: GenericPalletError;
678
+ /**
679
+ * The account already has a vested balance.
680
+ **/
681
+ VestedBalanceExists: GenericPalletError;
682
+ /**
683
+ * Generic pallet error
684
+ **/
685
+ [error: string]: GenericPalletError;
686
+ };
687
+ /**
688
+ * Pallet `Utility`'s errors
689
+ **/
690
+ utility: {
691
+ /**
692
+ * Too many calls batched.
693
+ **/
694
+ TooManyCalls: GenericPalletError;
695
+ /**
696
+ * Generic pallet error
697
+ **/
698
+ [error: string]: GenericPalletError;
699
+ };
700
+ /**
701
+ * Pallet `Identity`'s errors
702
+ **/
703
+ identity: {
704
+ /**
705
+ * Too many subs-accounts.
706
+ **/
707
+ TooManySubAccounts: GenericPalletError;
708
+ /**
709
+ * Account isn't found.
710
+ **/
711
+ NotFound: GenericPalletError;
712
+ /**
713
+ * Account isn't named.
714
+ **/
715
+ NotNamed: GenericPalletError;
716
+ /**
717
+ * Empty index.
718
+ **/
719
+ EmptyIndex: GenericPalletError;
720
+ /**
721
+ * Fee is changed.
722
+ **/
723
+ FeeChanged: GenericPalletError;
724
+ /**
725
+ * No identity found.
726
+ **/
727
+ NoIdentity: GenericPalletError;
728
+ /**
729
+ * Sticky judgement.
730
+ **/
731
+ StickyJudgement: GenericPalletError;
732
+ /**
733
+ * Judgement given.
734
+ **/
735
+ JudgementGiven: GenericPalletError;
736
+ /**
737
+ * Invalid judgement.
738
+ **/
739
+ InvalidJudgement: GenericPalletError;
740
+ /**
741
+ * The index is invalid.
742
+ **/
743
+ InvalidIndex: GenericPalletError;
744
+ /**
745
+ * The target is invalid.
746
+ **/
747
+ InvalidTarget: GenericPalletError;
748
+ /**
749
+ * Too many additional fields.
750
+ **/
751
+ TooManyFields: GenericPalletError;
752
+ /**
753
+ * Maximum amount of registrars reached. Cannot add any more.
754
+ **/
755
+ TooManyRegistrars: GenericPalletError;
756
+ /**
757
+ * Account ID is already named.
758
+ **/
759
+ AlreadyClaimed: GenericPalletError;
760
+ /**
761
+ * Sender is not a sub-account.
762
+ **/
763
+ NotSub: GenericPalletError;
764
+ /**
765
+ * Sub-account isn't owned by sender.
766
+ **/
767
+ NotOwned: GenericPalletError;
768
+ /**
769
+ * The provided judgement was for a different identity.
770
+ **/
771
+ JudgementForDifferentIdentity: GenericPalletError;
772
+ /**
773
+ * Error that occurs when there is an issue paying for judgement.
774
+ **/
775
+ JudgementPaymentFailed: GenericPalletError;
776
+ /**
777
+ * Generic pallet error
778
+ **/
779
+ [error: string]: GenericPalletError;
780
+ };
781
+ /**
782
+ * Pallet `Society`'s errors
783
+ **/
784
+ society: {
785
+ /**
786
+ * User is not a member.
787
+ **/
788
+ NotMember: GenericPalletError;
789
+ /**
790
+ * User is already a member.
791
+ **/
792
+ AlreadyMember: GenericPalletError;
793
+ /**
794
+ * User is suspended.
795
+ **/
796
+ Suspended: GenericPalletError;
797
+ /**
798
+ * User is not suspended.
799
+ **/
800
+ NotSuspended: GenericPalletError;
801
+ /**
802
+ * Nothing to payout.
803
+ **/
804
+ NoPayout: GenericPalletError;
805
+ /**
806
+ * Society already founded.
807
+ **/
808
+ AlreadyFounded: GenericPalletError;
809
+ /**
810
+ * Not enough in pot to accept candidate.
811
+ **/
812
+ InsufficientPot: GenericPalletError;
813
+ /**
814
+ * Member is already vouching or banned from vouching again.
815
+ **/
816
+ AlreadyVouching: GenericPalletError;
817
+ /**
818
+ * Member is not vouching.
819
+ **/
820
+ NotVouchingOnBidder: GenericPalletError;
821
+ /**
822
+ * Cannot remove the head of the chain.
823
+ **/
824
+ Head: GenericPalletError;
825
+ /**
826
+ * Cannot remove the founder.
827
+ **/
828
+ Founder: GenericPalletError;
829
+ /**
830
+ * User has already made a bid.
831
+ **/
832
+ AlreadyBid: GenericPalletError;
833
+ /**
834
+ * User is already a candidate.
835
+ **/
836
+ AlreadyCandidate: GenericPalletError;
837
+ /**
838
+ * User is not a candidate.
839
+ **/
840
+ NotCandidate: GenericPalletError;
841
+ /**
842
+ * Too many members in the society.
843
+ **/
844
+ MaxMembers: GenericPalletError;
845
+ /**
846
+ * The caller is not the founder.
847
+ **/
848
+ NotFounder: GenericPalletError;
849
+ /**
850
+ * The caller is not the head.
851
+ **/
852
+ NotHead: GenericPalletError;
853
+ /**
854
+ * The membership cannot be claimed as the candidate was not clearly approved.
855
+ **/
856
+ NotApproved: GenericPalletError;
857
+ /**
858
+ * The candidate cannot be kicked as the candidate was not clearly rejected.
859
+ **/
860
+ NotRejected: GenericPalletError;
861
+ /**
862
+ * The candidacy cannot be dropped as the candidate was clearly approved.
863
+ **/
864
+ Approved: GenericPalletError;
865
+ /**
866
+ * The candidacy cannot be bestowed as the candidate was clearly rejected.
867
+ **/
868
+ Rejected: GenericPalletError;
869
+ /**
870
+ * The candidacy cannot be concluded as the voting is still in progress.
871
+ **/
872
+ InProgress: GenericPalletError;
873
+ /**
874
+ * The candidacy cannot be pruned until a full additional intake period has passed.
875
+ **/
876
+ TooEarly: GenericPalletError;
877
+ /**
878
+ * The skeptic already voted.
879
+ **/
880
+ Voted: GenericPalletError;
881
+ /**
882
+ * The skeptic need not vote on candidates from expired rounds.
883
+ **/
884
+ Expired: GenericPalletError;
885
+ /**
886
+ * User is not a bidder.
887
+ **/
888
+ NotBidder: GenericPalletError;
889
+ /**
890
+ * There is no defender currently.
891
+ **/
892
+ NoDefender: GenericPalletError;
893
+ /**
894
+ * Group doesn't exist.
895
+ **/
896
+ NotGroup: GenericPalletError;
897
+ /**
898
+ * The member is already elevated to this rank.
899
+ **/
900
+ AlreadyElevated: GenericPalletError;
901
+ /**
902
+ * The skeptic has already been punished for this offence.
903
+ **/
904
+ AlreadyPunished: GenericPalletError;
905
+ /**
906
+ * Funds are insufficient to pay off society debts.
907
+ **/
908
+ InsufficientFunds: GenericPalletError;
909
+ /**
910
+ * The candidate/defender has no stale votes to remove.
911
+ **/
912
+ NoVotes: GenericPalletError;
913
+ /**
914
+ * Generic pallet error
915
+ **/
916
+ [error: string]: GenericPalletError;
917
+ };
918
+ /**
919
+ * Pallet `Recovery`'s errors
920
+ **/
921
+ recovery: {
922
+ /**
923
+ * User is not allowed to make a call on behalf of this account
924
+ **/
925
+ NotAllowed: GenericPalletError;
926
+ /**
927
+ * Threshold must be greater than zero
928
+ **/
929
+ ZeroThreshold: GenericPalletError;
930
+ /**
931
+ * Friends list must be greater than zero and threshold
932
+ **/
933
+ NotEnoughFriends: GenericPalletError;
934
+ /**
935
+ * Friends list must be less than max friends
936
+ **/
937
+ MaxFriends: GenericPalletError;
938
+ /**
939
+ * Friends list must be sorted and free of duplicates
940
+ **/
941
+ NotSorted: GenericPalletError;
942
+ /**
943
+ * This account is not set up for recovery
944
+ **/
945
+ NotRecoverable: GenericPalletError;
946
+ /**
947
+ * This account is already set up for recovery
948
+ **/
949
+ AlreadyRecoverable: GenericPalletError;
950
+ /**
951
+ * A recovery process has already started for this account
952
+ **/
953
+ AlreadyStarted: GenericPalletError;
954
+ /**
955
+ * A recovery process has not started for this rescuer
956
+ **/
957
+ NotStarted: GenericPalletError;
958
+ /**
959
+ * This account is not a friend who can vouch
960
+ **/
961
+ NotFriend: GenericPalletError;
962
+ /**
963
+ * The friend must wait until the delay period to vouch for this recovery
964
+ **/
965
+ DelayPeriod: GenericPalletError;
966
+ /**
967
+ * This user has already vouched for this recovery
968
+ **/
969
+ AlreadyVouched: GenericPalletError;
970
+ /**
971
+ * The threshold for recovering this account has not been met
972
+ **/
973
+ Threshold: GenericPalletError;
974
+ /**
975
+ * There are still active recovery attempts that need to be closed
976
+ **/
977
+ StillActive: GenericPalletError;
978
+ /**
979
+ * This account is already set up for recovery
980
+ **/
981
+ AlreadyProxy: GenericPalletError;
982
+ /**
983
+ * Some internal state is broken.
984
+ **/
985
+ BadState: GenericPalletError;
986
+ /**
987
+ * Generic pallet error
988
+ **/
989
+ [error: string]: GenericPalletError;
990
+ };
991
+ /**
992
+ * Pallet `Vesting`'s errors
993
+ **/
994
+ vesting: {
995
+ /**
996
+ * The account given is not vesting.
997
+ **/
998
+ NotVesting: GenericPalletError;
999
+ /**
1000
+ * The account already has `MaxVestingSchedules` count of schedules and thus
1001
+ * cannot add another one. Consider merging existing schedules in order to add another.
1002
+ **/
1003
+ AtMaxVestingSchedules: GenericPalletError;
1004
+ /**
1005
+ * Amount being transferred is too low to create a vesting schedule.
1006
+ **/
1007
+ AmountLow: GenericPalletError;
1008
+ /**
1009
+ * An index was out of bounds of the vesting schedules.
1010
+ **/
1011
+ ScheduleIndexOutOfBounds: GenericPalletError;
1012
+ /**
1013
+ * Failed to create a new schedule because some parameter was invalid.
1014
+ **/
1015
+ InvalidScheduleParams: GenericPalletError;
1016
+ /**
1017
+ * Generic pallet error
1018
+ **/
1019
+ [error: string]: GenericPalletError;
1020
+ };
1021
+ /**
1022
+ * Pallet `Scheduler`'s errors
1023
+ **/
1024
+ scheduler: {
1025
+ /**
1026
+ * Failed to schedule a call
1027
+ **/
1028
+ FailedToSchedule: GenericPalletError;
1029
+ /**
1030
+ * Cannot find the scheduled call.
1031
+ **/
1032
+ NotFound: GenericPalletError;
1033
+ /**
1034
+ * Given target block number is in the past.
1035
+ **/
1036
+ TargetBlockNumberInPast: GenericPalletError;
1037
+ /**
1038
+ * Reschedule failed because it does not change scheduled time.
1039
+ **/
1040
+ RescheduleNoChange: GenericPalletError;
1041
+ /**
1042
+ * Attempt to use a non-named function on a named task.
1043
+ **/
1044
+ Named: GenericPalletError;
1045
+ /**
1046
+ * Generic pallet error
1047
+ **/
1048
+ [error: string]: GenericPalletError;
1049
+ };
1050
+ /**
1051
+ * Pallet `Proxy`'s errors
1052
+ **/
1053
+ proxy: {
1054
+ /**
1055
+ * There are too many proxies registered or too many announcements pending.
1056
+ **/
1057
+ TooMany: GenericPalletError;
1058
+ /**
1059
+ * Proxy registration not found.
1060
+ **/
1061
+ NotFound: GenericPalletError;
1062
+ /**
1063
+ * Sender is not a proxy of the account to be proxied.
1064
+ **/
1065
+ NotProxy: GenericPalletError;
1066
+ /**
1067
+ * A call which is incompatible with the proxy type's filter was attempted.
1068
+ **/
1069
+ Unproxyable: GenericPalletError;
1070
+ /**
1071
+ * Account is already a proxy.
1072
+ **/
1073
+ Duplicate: GenericPalletError;
1074
+ /**
1075
+ * Call may not be made by proxy because it may escalate its privileges.
1076
+ **/
1077
+ NoPermission: GenericPalletError;
1078
+ /**
1079
+ * Announcement, if made at all, was made too recently.
1080
+ **/
1081
+ Unannounced: GenericPalletError;
1082
+ /**
1083
+ * Cannot add self as proxy.
1084
+ **/
1085
+ NoSelfProxy: GenericPalletError;
1086
+ /**
1087
+ * Generic pallet error
1088
+ **/
1089
+ [error: string]: GenericPalletError;
1090
+ };
1091
+ /**
1092
+ * Pallet `Multisig`'s errors
1093
+ **/
1094
+ multisig: {
1095
+ /**
1096
+ * Threshold must be 2 or greater.
1097
+ **/
1098
+ MinimumThreshold: GenericPalletError;
1099
+ /**
1100
+ * Call is already approved by this signatory.
1101
+ **/
1102
+ AlreadyApproved: GenericPalletError;
1103
+ /**
1104
+ * Call doesn't need any (more) approvals.
1105
+ **/
1106
+ NoApprovalsNeeded: GenericPalletError;
1107
+ /**
1108
+ * There are too few signatories in the list.
1109
+ **/
1110
+ TooFewSignatories: GenericPalletError;
1111
+ /**
1112
+ * There are too many signatories in the list.
1113
+ **/
1114
+ TooManySignatories: GenericPalletError;
1115
+ /**
1116
+ * The signatories were provided out of order; they should be ordered.
1117
+ **/
1118
+ SignatoriesOutOfOrder: GenericPalletError;
1119
+ /**
1120
+ * The sender was contained in the other signatories; it shouldn't be.
1121
+ **/
1122
+ SenderInSignatories: GenericPalletError;
1123
+ /**
1124
+ * Multisig operation not found when attempting to cancel.
1125
+ **/
1126
+ NotFound: GenericPalletError;
1127
+ /**
1128
+ * Only the account that originally created the multisig is able to cancel it.
1129
+ **/
1130
+ NotOwner: GenericPalletError;
1131
+ /**
1132
+ * No timepoint was given, yet the multisig operation is already underway.
1133
+ **/
1134
+ NoTimepoint: GenericPalletError;
1135
+ /**
1136
+ * A different timepoint was given to the multisig operation that is underway.
1137
+ **/
1138
+ WrongTimepoint: GenericPalletError;
1139
+ /**
1140
+ * A timepoint was given, yet no multisig operation is underway.
1141
+ **/
1142
+ UnexpectedTimepoint: GenericPalletError;
1143
+ /**
1144
+ * The maximum weight information provided was too low.
1145
+ **/
1146
+ MaxWeightTooLow: GenericPalletError;
1147
+ /**
1148
+ * The data to be stored is already stored.
1149
+ **/
1150
+ AlreadyStored: GenericPalletError;
1151
+ /**
1152
+ * Generic pallet error
1153
+ **/
1154
+ [error: string]: GenericPalletError;
1155
+ };
1156
+ /**
1157
+ * Pallet `Preimage`'s errors
1158
+ **/
1159
+ preimage: {
1160
+ /**
1161
+ * Preimage is too large to store on-chain.
1162
+ **/
1163
+ TooBig: GenericPalletError;
1164
+ /**
1165
+ * Preimage has already been noted on-chain.
1166
+ **/
1167
+ AlreadyNoted: GenericPalletError;
1168
+ /**
1169
+ * The user is not authorized to perform this action.
1170
+ **/
1171
+ NotAuthorized: GenericPalletError;
1172
+ /**
1173
+ * The preimage cannot be removed since it has not yet been noted.
1174
+ **/
1175
+ NotNoted: GenericPalletError;
1176
+ /**
1177
+ * A preimage may not be removed when there are outstanding requests.
1178
+ **/
1179
+ Requested: GenericPalletError;
1180
+ /**
1181
+ * The preimage request cannot be removed since no outstanding requests exist.
1182
+ **/
1183
+ NotRequested: GenericPalletError;
1184
+ /**
1185
+ * More than `MAX_HASH_UPGRADE_BULK_COUNT` hashes were requested to be upgraded at once.
1186
+ **/
1187
+ TooMany: GenericPalletError;
1188
+ /**
1189
+ * Too few hashes were requested to be upgraded (i.e. zero).
1190
+ **/
1191
+ TooFew: GenericPalletError;
1192
+ /**
1193
+ * Generic pallet error
1194
+ **/
1195
+ [error: string]: GenericPalletError;
1196
+ };
1197
+ /**
1198
+ * Pallet `Bounties`'s errors
1199
+ **/
1200
+ bounties: {
1201
+ /**
1202
+ * Proposer's balance is too low.
1203
+ **/
1204
+ InsufficientProposersBalance: GenericPalletError;
1205
+ /**
1206
+ * No proposal or bounty at that index.
1207
+ **/
1208
+ InvalidIndex: GenericPalletError;
1209
+ /**
1210
+ * The reason given is just too big.
1211
+ **/
1212
+ ReasonTooBig: GenericPalletError;
1213
+ /**
1214
+ * The bounty status is unexpected.
1215
+ **/
1216
+ UnexpectedStatus: GenericPalletError;
1217
+ /**
1218
+ * Require bounty curator.
1219
+ **/
1220
+ RequireCurator: GenericPalletError;
1221
+ /**
1222
+ * Invalid bounty value.
1223
+ **/
1224
+ InvalidValue: GenericPalletError;
1225
+ /**
1226
+ * Invalid bounty fee.
1227
+ **/
1228
+ InvalidFee: GenericPalletError;
1229
+ /**
1230
+ * A bounty payout is pending.
1231
+ * To cancel the bounty, you must unassign and slash the curator.
1232
+ **/
1233
+ PendingPayout: GenericPalletError;
1234
+ /**
1235
+ * The bounties cannot be claimed/closed because it's still in the countdown period.
1236
+ **/
1237
+ Premature: GenericPalletError;
1238
+ /**
1239
+ * The bounty cannot be closed because it has active child bounties.
1240
+ **/
1241
+ HasActiveChildBounty: GenericPalletError;
1242
+ /**
1243
+ * Too many approvals are already queued.
1244
+ **/
1245
+ TooManyQueued: GenericPalletError;
1246
+ /**
1247
+ * Generic pallet error
1248
+ **/
1249
+ [error: string]: GenericPalletError;
1250
+ };
1251
+ /**
1252
+ * Pallet `ChildBounties`'s errors
1253
+ **/
1254
+ childBounties: {
1255
+ /**
1256
+ * The parent bounty is not in active state.
1257
+ **/
1258
+ ParentBountyNotActive: GenericPalletError;
1259
+ /**
1260
+ * The bounty balance is not enough to add new child-bounty.
1261
+ **/
1262
+ InsufficientBountyBalance: GenericPalletError;
1263
+ /**
1264
+ * Number of child bounties exceeds limit `MaxActiveChildBountyCount`.
1265
+ **/
1266
+ TooManyChildBounties: GenericPalletError;
1267
+ /**
1268
+ * Generic pallet error
1269
+ **/
1270
+ [error: string]: GenericPalletError;
1271
+ };
1272
+ /**
1273
+ * Pallet `ElectionProviderMultiPhase`'s errors
1274
+ **/
1275
+ electionProviderMultiPhase: {
1276
+ /**
1277
+ * Submission was too early.
1278
+ **/
1279
+ PreDispatchEarlySubmission: GenericPalletError;
1280
+ /**
1281
+ * Wrong number of winners presented.
1282
+ **/
1283
+ PreDispatchWrongWinnerCount: GenericPalletError;
1284
+ /**
1285
+ * Submission was too weak, score-wise.
1286
+ **/
1287
+ PreDispatchWeakSubmission: GenericPalletError;
1288
+ /**
1289
+ * The queue was full, and the solution was not better than any of the existing ones.
1290
+ **/
1291
+ SignedQueueFull: GenericPalletError;
1292
+ /**
1293
+ * The origin failed to pay the deposit.
1294
+ **/
1295
+ SignedCannotPayDeposit: GenericPalletError;
1296
+ /**
1297
+ * Witness data to dispatchable is invalid.
1298
+ **/
1299
+ SignedInvalidWitness: GenericPalletError;
1300
+ /**
1301
+ * The signed submission consumes too much weight
1302
+ **/
1303
+ SignedTooMuchWeight: GenericPalletError;
1304
+ /**
1305
+ * OCW submitted solution for wrong round
1306
+ **/
1307
+ OcwCallWrongEra: GenericPalletError;
1308
+ /**
1309
+ * Snapshot metadata should exist but didn't.
1310
+ **/
1311
+ MissingSnapshotMetadata: GenericPalletError;
1312
+ /**
1313
+ * `Self::insert_submission` returned an invalid index.
1314
+ **/
1315
+ InvalidSubmissionIndex: GenericPalletError;
1316
+ /**
1317
+ * The call is not allowed at this point.
1318
+ **/
1319
+ CallNotAllowed: GenericPalletError;
1320
+ /**
1321
+ * The fallback failed
1322
+ **/
1323
+ FallbackFailed: GenericPalletError;
1324
+ /**
1325
+ * Some bound not met
1326
+ **/
1327
+ BoundNotMet: GenericPalletError;
1328
+ /**
1329
+ * Submitted solution has too many winners
1330
+ **/
1331
+ TooManyWinners: GenericPalletError;
1332
+ /**
1333
+ * Generic pallet error
1334
+ **/
1335
+ [error: string]: GenericPalletError;
1336
+ };
1337
+ /**
1338
+ * Pallet `Nis`'s errors
1339
+ **/
1340
+ nis: {
1341
+ /**
1342
+ * The duration of the bid is less than one.
1343
+ **/
1344
+ DurationTooSmall: GenericPalletError;
1345
+ /**
1346
+ * The duration is the bid is greater than the number of queues.
1347
+ **/
1348
+ DurationTooBig: GenericPalletError;
1349
+ /**
1350
+ * The amount of the bid is less than the minimum allowed.
1351
+ **/
1352
+ AmountTooSmall: GenericPalletError;
1353
+ /**
1354
+ * The queue for the bid's duration is full and the amount bid is too low to get in
1355
+ * through replacing an existing bid.
1356
+ **/
1357
+ BidTooLow: GenericPalletError;
1358
+ /**
1359
+ * Receipt index is unknown.
1360
+ **/
1361
+ UnknownReceipt: GenericPalletError;
1362
+ /**
1363
+ * Not the owner of the receipt.
1364
+ **/
1365
+ NotOwner: GenericPalletError;
1366
+ /**
1367
+ * Bond not yet at expiry date.
1368
+ **/
1369
+ NotExpired: GenericPalletError;
1370
+ /**
1371
+ * The given bid for retraction is not found.
1372
+ **/
1373
+ UnknownBid: GenericPalletError;
1374
+ /**
1375
+ * The portion supplied is beyond the value of the receipt.
1376
+ **/
1377
+ PortionTooBig: GenericPalletError;
1378
+ /**
1379
+ * Not enough funds are held to pay out.
1380
+ **/
1381
+ Unfunded: GenericPalletError;
1382
+ /**
1383
+ * There are enough funds for what is required.
1384
+ **/
1385
+ AlreadyFunded: GenericPalletError;
1386
+ /**
1387
+ * The thaw throttle has been reached for this period.
1388
+ **/
1389
+ Throttled: GenericPalletError;
1390
+ /**
1391
+ * The operation would result in a receipt worth an insignficant value.
1392
+ **/
1393
+ MakesDust: GenericPalletError;
1394
+ /**
1395
+ * The receipt is already communal.
1396
+ **/
1397
+ AlreadyCommunal: GenericPalletError;
1398
+ /**
1399
+ * The receipt is already private.
1400
+ **/
1401
+ AlreadyPrivate: GenericPalletError;
1402
+ /**
1403
+ * Generic pallet error
1404
+ **/
1405
+ [error: string]: GenericPalletError;
1406
+ };
1407
+ /**
1408
+ * Pallet `NisCounterpartBalances`'s errors
1409
+ **/
1410
+ nisCounterpartBalances: {
1411
+ /**
1412
+ * Vesting balance too high to send value.
1413
+ **/
1414
+ VestingBalance: GenericPalletError;
1415
+ /**
1416
+ * Account liquidity restrictions prevent withdrawal.
1417
+ **/
1418
+ LiquidityRestrictions: GenericPalletError;
1419
+ /**
1420
+ * Balance too low to send value.
1421
+ **/
1422
+ InsufficientBalance: GenericPalletError;
1423
+ /**
1424
+ * Value too low to create account due to existential deposit.
1425
+ **/
1426
+ ExistentialDeposit: GenericPalletError;
1427
+ /**
1428
+ * Transfer/payment would kill account.
1429
+ **/
1430
+ Expendability: GenericPalletError;
1431
+ /**
1432
+ * A vesting schedule already exists for this account.
1433
+ **/
1434
+ ExistingVestingSchedule: GenericPalletError;
1435
+ /**
1436
+ * Beneficiary account must pre-exist.
1437
+ **/
1438
+ DeadAccount: GenericPalletError;
1439
+ /**
1440
+ * Number of named reserves exceed `MaxReserves`.
1441
+ **/
1442
+ TooManyReserves: GenericPalletError;
1443
+ /**
1444
+ * Number of holds exceed `MaxHolds`.
1445
+ **/
1446
+ TooManyHolds: GenericPalletError;
1447
+ /**
1448
+ * Number of freezes exceed `MaxFreezes`.
1449
+ **/
1450
+ TooManyFreezes: GenericPalletError;
1451
+ /**
1452
+ * Generic pallet error
1453
+ **/
1454
+ [error: string]: GenericPalletError;
1455
+ };
1456
+ /**
1457
+ * Pallet `VoterList`'s errors
1458
+ **/
1459
+ voterList: {
1460
+ /**
1461
+ * A error in the list interface implementation.
1462
+ **/
1463
+ List: GenericPalletError;
1464
+ /**
1465
+ * Generic pallet error
1466
+ **/
1467
+ [error: string]: GenericPalletError;
1468
+ };
1469
+ /**
1470
+ * Pallet `NominationPools`'s errors
1471
+ **/
1472
+ nominationPools: {
1473
+ /**
1474
+ * A (bonded) pool id does not exist.
1475
+ **/
1476
+ PoolNotFound: GenericPalletError;
1477
+ /**
1478
+ * An account is not a member.
1479
+ **/
1480
+ PoolMemberNotFound: GenericPalletError;
1481
+ /**
1482
+ * A reward pool does not exist. In all cases this is a system logic error.
1483
+ **/
1484
+ RewardPoolNotFound: GenericPalletError;
1485
+ /**
1486
+ * A sub pool does not exist.
1487
+ **/
1488
+ SubPoolsNotFound: GenericPalletError;
1489
+ /**
1490
+ * An account is already delegating in another pool. An account may only belong to one
1491
+ * pool at a time.
1492
+ **/
1493
+ AccountBelongsToOtherPool: GenericPalletError;
1494
+ /**
1495
+ * The member is fully unbonded (and thus cannot access the bonded and reward pool
1496
+ * anymore to, for example, collect rewards).
1497
+ **/
1498
+ FullyUnbonding: GenericPalletError;
1499
+ /**
1500
+ * The member cannot unbond further chunks due to reaching the limit.
1501
+ **/
1502
+ MaxUnbondingLimit: GenericPalletError;
1503
+ /**
1504
+ * None of the funds can be withdrawn yet because the bonding duration has not passed.
1505
+ **/
1506
+ CannotWithdrawAny: GenericPalletError;
1507
+ /**
1508
+ * The amount does not meet the minimum bond to either join or create a pool.
1509
+ *
1510
+ * The depositor can never unbond to a value less than `Pallet::depositor_min_bond`. The
1511
+ * caller does not have nominating permissions for the pool. Members can never unbond to a
1512
+ * value below `MinJoinBond`.
1513
+ **/
1514
+ MinimumBondNotMet: GenericPalletError;
1515
+ /**
1516
+ * The transaction could not be executed due to overflow risk for the pool.
1517
+ **/
1518
+ OverflowRisk: GenericPalletError;
1519
+ /**
1520
+ * A pool must be in [`PoolState::Destroying`] in order for the depositor to unbond or for
1521
+ * other members to be permissionlessly unbonded.
1522
+ **/
1523
+ NotDestroying: GenericPalletError;
1524
+ /**
1525
+ * The caller does not have nominating permissions for the pool.
1526
+ **/
1527
+ NotNominator: GenericPalletError;
1528
+ /**
1529
+ * Either a) the caller cannot make a valid kick or b) the pool is not destroying.
1530
+ **/
1531
+ NotKickerOrDestroying: GenericPalletError;
1532
+ /**
1533
+ * The pool is not open to join
1534
+ **/
1535
+ NotOpen: GenericPalletError;
1536
+ /**
1537
+ * The system is maxed out on pools.
1538
+ **/
1539
+ MaxPools: GenericPalletError;
1540
+ /**
1541
+ * Too many members in the pool or system.
1542
+ **/
1543
+ MaxPoolMembers: GenericPalletError;
1544
+ /**
1545
+ * The pools state cannot be changed.
1546
+ **/
1547
+ CanNotChangeState: GenericPalletError;
1548
+ /**
1549
+ * The caller does not have adequate permissions.
1550
+ **/
1551
+ DoesNotHavePermission: GenericPalletError;
1552
+ /**
1553
+ * Metadata exceeds [`Config::MaxMetadataLen`]
1554
+ **/
1555
+ MetadataExceedsMaxLen: GenericPalletError;
1556
+ /**
1557
+ * Some error occurred that should never happen. This should be reported to the
1558
+ * maintainers.
1559
+ **/
1560
+ Defensive: GenericPalletError;
1561
+ /**
1562
+ * Partial unbonding now allowed permissionlessly.
1563
+ **/
1564
+ PartialUnbondNotAllowedPermissionlessly: GenericPalletError;
1565
+ /**
1566
+ * The pool's max commission cannot be set higher than the existing value.
1567
+ **/
1568
+ MaxCommissionRestricted: GenericPalletError;
1569
+ /**
1570
+ * The supplied commission exceeds the max allowed commission.
1571
+ **/
1572
+ CommissionExceedsMaximum: GenericPalletError;
1573
+ /**
1574
+ * The supplied commission exceeds global maximum commission.
1575
+ **/
1576
+ CommissionExceedsGlobalMaximum: GenericPalletError;
1577
+ /**
1578
+ * Not enough blocks have surpassed since the last commission update.
1579
+ **/
1580
+ CommissionChangeThrottled: GenericPalletError;
1581
+ /**
1582
+ * The submitted changes to commission change rate are not allowed.
1583
+ **/
1584
+ CommissionChangeRateNotAllowed: GenericPalletError;
1585
+ /**
1586
+ * There is no pending commission to claim.
1587
+ **/
1588
+ NoPendingCommission: GenericPalletError;
1589
+ /**
1590
+ * No commission current has been set.
1591
+ **/
1592
+ NoCommissionCurrentSet: GenericPalletError;
1593
+ /**
1594
+ * Pool id currently in use.
1595
+ **/
1596
+ PoolIdInUse: GenericPalletError;
1597
+ /**
1598
+ * Pool id provided is not correct/usable.
1599
+ **/
1600
+ InvalidPoolId: GenericPalletError;
1601
+ /**
1602
+ * Bonding extra is restricted to the exact pending reward amount.
1603
+ **/
1604
+ BondExtraRestricted: GenericPalletError;
1605
+ /**
1606
+ * No imbalance in the ED deposit for the pool.
1607
+ **/
1608
+ NothingToAdjust: GenericPalletError;
1609
+ /**
1610
+ * Generic pallet error
1611
+ **/
1612
+ [error: string]: GenericPalletError;
1613
+ };
1614
+ /**
1615
+ * Pallet `FastUnstake`'s errors
1616
+ **/
1617
+ fastUnstake: {
1618
+ /**
1619
+ * The provided Controller account was not found.
1620
+ *
1621
+ * This means that the given account is not bonded.
1622
+ **/
1623
+ NotController: GenericPalletError;
1624
+ /**
1625
+ * The bonded account has already been queued.
1626
+ **/
1627
+ AlreadyQueued: GenericPalletError;
1628
+ /**
1629
+ * The bonded account has active unlocking chunks.
1630
+ **/
1631
+ NotFullyBonded: GenericPalletError;
1632
+ /**
1633
+ * The provided un-staker is not in the `Queue`.
1634
+ **/
1635
+ NotQueued: GenericPalletError;
1636
+ /**
1637
+ * The provided un-staker is already in Head, and cannot deregister.
1638
+ **/
1639
+ AlreadyHead: GenericPalletError;
1640
+ /**
1641
+ * The call is not allowed at this point because the pallet is not active.
1642
+ **/
1643
+ CallNotAllowed: GenericPalletError;
1644
+ /**
1645
+ * Generic pallet error
1646
+ **/
1647
+ [error: string]: GenericPalletError;
1648
+ };
1649
+ /**
1650
+ * Pallet `Configuration`'s errors
1651
+ **/
1652
+ configuration: {
1653
+ /**
1654
+ * The new value for a configuration parameter is invalid.
1655
+ **/
1656
+ InvalidNewValue: GenericPalletError;
1657
+ /**
1658
+ * Generic pallet error
1659
+ **/
1660
+ [error: string]: GenericPalletError;
1661
+ };
1662
+ /**
1663
+ * Pallet `ParaInclusion`'s errors
1664
+ **/
1665
+ paraInclusion: {
1666
+ /**
1667
+ * Validator indices are out of order or contains duplicates.
1668
+ **/
1669
+ UnsortedOrDuplicateValidatorIndices: GenericPalletError;
1670
+ /**
1671
+ * Dispute statement sets are out of order or contain duplicates.
1672
+ **/
1673
+ UnsortedOrDuplicateDisputeStatementSet: GenericPalletError;
1674
+ /**
1675
+ * Backed candidates are out of order (core index) or contain duplicates.
1676
+ **/
1677
+ UnsortedOrDuplicateBackedCandidates: GenericPalletError;
1678
+ /**
1679
+ * A different relay parent was provided compared to the on-chain stored one.
1680
+ **/
1681
+ UnexpectedRelayParent: GenericPalletError;
1682
+ /**
1683
+ * Availability bitfield has unexpected size.
1684
+ **/
1685
+ WrongBitfieldSize: GenericPalletError;
1686
+ /**
1687
+ * Bitfield consists of zeros only.
1688
+ **/
1689
+ BitfieldAllZeros: GenericPalletError;
1690
+ /**
1691
+ * Multiple bitfields submitted by same validator or validators out of order by index.
1692
+ **/
1693
+ BitfieldDuplicateOrUnordered: GenericPalletError;
1694
+ /**
1695
+ * Validator index out of bounds.
1696
+ **/
1697
+ ValidatorIndexOutOfBounds: GenericPalletError;
1698
+ /**
1699
+ * Invalid signature
1700
+ **/
1701
+ InvalidBitfieldSignature: GenericPalletError;
1702
+ /**
1703
+ * Candidate submitted but para not scheduled.
1704
+ **/
1705
+ UnscheduledCandidate: GenericPalletError;
1706
+ /**
1707
+ * Candidate scheduled despite pending candidate already existing for the para.
1708
+ **/
1709
+ CandidateScheduledBeforeParaFree: GenericPalletError;
1710
+ /**
1711
+ * Scheduled cores out of order.
1712
+ **/
1713
+ ScheduledOutOfOrder: GenericPalletError;
1714
+ /**
1715
+ * Head data exceeds the configured maximum.
1716
+ **/
1717
+ HeadDataTooLarge: GenericPalletError;
1718
+ /**
1719
+ * Code upgrade prematurely.
1720
+ **/
1721
+ PrematureCodeUpgrade: GenericPalletError;
1722
+ /**
1723
+ * Output code is too large
1724
+ **/
1725
+ NewCodeTooLarge: GenericPalletError;
1726
+ /**
1727
+ * The candidate's relay-parent was not allowed. Either it was
1728
+ * not recent enough or it didn't advance based on the last parachain block.
1729
+ **/
1730
+ DisallowedRelayParent: GenericPalletError;
1731
+ /**
1732
+ * Failed to compute group index for the core: either it's out of bounds
1733
+ * or the relay parent doesn't belong to the current session.
1734
+ **/
1735
+ InvalidAssignment: GenericPalletError;
1736
+ /**
1737
+ * Invalid group index in core assignment.
1738
+ **/
1739
+ InvalidGroupIndex: GenericPalletError;
1740
+ /**
1741
+ * Insufficient (non-majority) backing.
1742
+ **/
1743
+ InsufficientBacking: GenericPalletError;
1744
+ /**
1745
+ * Invalid (bad signature, unknown validator, etc.) backing.
1746
+ **/
1747
+ InvalidBacking: GenericPalletError;
1748
+ /**
1749
+ * Collator did not sign PoV.
1750
+ **/
1751
+ NotCollatorSigned: GenericPalletError;
1752
+ /**
1753
+ * The validation data hash does not match expected.
1754
+ **/
1755
+ ValidationDataHashMismatch: GenericPalletError;
1756
+ /**
1757
+ * The downward message queue is not processed correctly.
1758
+ **/
1759
+ IncorrectDownwardMessageHandling: GenericPalletError;
1760
+ /**
1761
+ * At least one upward message sent does not pass the acceptance criteria.
1762
+ **/
1763
+ InvalidUpwardMessages: GenericPalletError;
1764
+ /**
1765
+ * The candidate didn't follow the rules of HRMP watermark advancement.
1766
+ **/
1767
+ HrmpWatermarkMishandling: GenericPalletError;
1768
+ /**
1769
+ * The HRMP messages sent by the candidate is not valid.
1770
+ **/
1771
+ InvalidOutboundHrmp: GenericPalletError;
1772
+ /**
1773
+ * The validation code hash of the candidate is not valid.
1774
+ **/
1775
+ InvalidValidationCodeHash: GenericPalletError;
1776
+ /**
1777
+ * The `para_head` hash in the candidate descriptor doesn't match the hash of the actual
1778
+ * para head in the commitments.
1779
+ **/
1780
+ ParaHeadMismatch: GenericPalletError;
1781
+ /**
1782
+ * A bitfield that references a freed core,
1783
+ * either intentionally or as part of a concluded
1784
+ * invalid dispute.
1785
+ **/
1786
+ BitfieldReferencesFreedCore: GenericPalletError;
1787
+ /**
1788
+ * Generic pallet error
1789
+ **/
1790
+ [error: string]: GenericPalletError;
1791
+ };
1792
+ /**
1793
+ * Pallet `ParaInherent`'s errors
1794
+ **/
1795
+ paraInherent: {
1796
+ /**
1797
+ * Inclusion inherent called more than once per block.
1798
+ **/
1799
+ TooManyInclusionInherents: GenericPalletError;
1800
+ /**
1801
+ * The hash of the submitted parent header doesn't correspond to the saved block hash of
1802
+ * the parent.
1803
+ **/
1804
+ InvalidParentHeader: GenericPalletError;
1805
+ /**
1806
+ * Disputed candidate that was concluded invalid.
1807
+ **/
1808
+ CandidateConcludedInvalid: GenericPalletError;
1809
+ /**
1810
+ * The data given to the inherent will result in an overweight block.
1811
+ **/
1812
+ InherentOverweight: GenericPalletError;
1813
+ /**
1814
+ * The ordering of dispute statements was invalid.
1815
+ **/
1816
+ DisputeStatementsUnsortedOrDuplicates: GenericPalletError;
1817
+ /**
1818
+ * A dispute statement was invalid.
1819
+ **/
1820
+ DisputeInvalid: GenericPalletError;
1821
+ /**
1822
+ * Generic pallet error
1823
+ **/
1824
+ [error: string]: GenericPalletError;
1825
+ };
1826
+ /**
1827
+ * Pallet `Paras`'s errors
1828
+ **/
1829
+ paras: {
1830
+ /**
1831
+ * Para is not registered in our system.
1832
+ **/
1833
+ NotRegistered: GenericPalletError;
1834
+ /**
1835
+ * Para cannot be onboarded because it is already tracked by our system.
1836
+ **/
1837
+ CannotOnboard: GenericPalletError;
1838
+ /**
1839
+ * Para cannot be offboarded at this time.
1840
+ **/
1841
+ CannotOffboard: GenericPalletError;
1842
+ /**
1843
+ * Para cannot be upgraded to a lease holding parachain.
1844
+ **/
1845
+ CannotUpgrade: GenericPalletError;
1846
+ /**
1847
+ * Para cannot be downgraded to an on-demand parachain.
1848
+ **/
1849
+ CannotDowngrade: GenericPalletError;
1850
+ /**
1851
+ * The statement for PVF pre-checking is stale.
1852
+ **/
1853
+ PvfCheckStatementStale: GenericPalletError;
1854
+ /**
1855
+ * The statement for PVF pre-checking is for a future session.
1856
+ **/
1857
+ PvfCheckStatementFuture: GenericPalletError;
1858
+ /**
1859
+ * Claimed validator index is out of bounds.
1860
+ **/
1861
+ PvfCheckValidatorIndexOutOfBounds: GenericPalletError;
1862
+ /**
1863
+ * The signature for the PVF pre-checking is invalid.
1864
+ **/
1865
+ PvfCheckInvalidSignature: GenericPalletError;
1866
+ /**
1867
+ * The given validator already has cast a vote.
1868
+ **/
1869
+ PvfCheckDoubleVote: GenericPalletError;
1870
+ /**
1871
+ * The given PVF does not exist at the moment of process a vote.
1872
+ **/
1873
+ PvfCheckSubjectInvalid: GenericPalletError;
1874
+ /**
1875
+ * Parachain cannot currently schedule a code upgrade.
1876
+ **/
1877
+ CannotUpgradeCode: GenericPalletError;
1878
+ /**
1879
+ * Generic pallet error
1880
+ **/
1881
+ [error: string]: GenericPalletError;
1882
+ };
1883
+ /**
1884
+ * Pallet `Hrmp`'s errors
1885
+ **/
1886
+ hrmp: {
1887
+ /**
1888
+ * The sender tried to open a channel to themselves.
1889
+ **/
1890
+ OpenHrmpChannelToSelf: GenericPalletError;
1891
+ /**
1892
+ * The recipient is not a valid para.
1893
+ **/
1894
+ OpenHrmpChannelInvalidRecipient: GenericPalletError;
1895
+ /**
1896
+ * The requested capacity is zero.
1897
+ **/
1898
+ OpenHrmpChannelZeroCapacity: GenericPalletError;
1899
+ /**
1900
+ * The requested capacity exceeds the global limit.
1901
+ **/
1902
+ OpenHrmpChannelCapacityExceedsLimit: GenericPalletError;
1903
+ /**
1904
+ * The requested maximum message size is 0.
1905
+ **/
1906
+ OpenHrmpChannelZeroMessageSize: GenericPalletError;
1907
+ /**
1908
+ * The open request requested the message size that exceeds the global limit.
1909
+ **/
1910
+ OpenHrmpChannelMessageSizeExceedsLimit: GenericPalletError;
1911
+ /**
1912
+ * The channel already exists
1913
+ **/
1914
+ OpenHrmpChannelAlreadyExists: GenericPalletError;
1915
+ /**
1916
+ * There is already a request to open the same channel.
1917
+ **/
1918
+ OpenHrmpChannelAlreadyRequested: GenericPalletError;
1919
+ /**
1920
+ * The sender already has the maximum number of allowed outbound channels.
1921
+ **/
1922
+ OpenHrmpChannelLimitExceeded: GenericPalletError;
1923
+ /**
1924
+ * The channel from the sender to the origin doesn't exist.
1925
+ **/
1926
+ AcceptHrmpChannelDoesntExist: GenericPalletError;
1927
+ /**
1928
+ * The channel is already confirmed.
1929
+ **/
1930
+ AcceptHrmpChannelAlreadyConfirmed: GenericPalletError;
1931
+ /**
1932
+ * The recipient already has the maximum number of allowed inbound channels.
1933
+ **/
1934
+ AcceptHrmpChannelLimitExceeded: GenericPalletError;
1935
+ /**
1936
+ * The origin tries to close a channel where it is neither the sender nor the recipient.
1937
+ **/
1938
+ CloseHrmpChannelUnauthorized: GenericPalletError;
1939
+ /**
1940
+ * The channel to be closed doesn't exist.
1941
+ **/
1942
+ CloseHrmpChannelDoesntExist: GenericPalletError;
1943
+ /**
1944
+ * The channel close request is already requested.
1945
+ **/
1946
+ CloseHrmpChannelAlreadyUnderway: GenericPalletError;
1947
+ /**
1948
+ * Canceling is requested by neither the sender nor recipient of the open channel request.
1949
+ **/
1950
+ CancelHrmpOpenChannelUnauthorized: GenericPalletError;
1951
+ /**
1952
+ * The open request doesn't exist.
1953
+ **/
1954
+ OpenHrmpChannelDoesntExist: GenericPalletError;
1955
+ /**
1956
+ * Cannot cancel an HRMP open channel request because it is already confirmed.
1957
+ **/
1958
+ OpenHrmpChannelAlreadyConfirmed: GenericPalletError;
1959
+ /**
1960
+ * The provided witness data is wrong.
1961
+ **/
1962
+ WrongWitness: GenericPalletError;
1963
+ /**
1964
+ * The channel between these two chains cannot be authorized.
1965
+ **/
1966
+ ChannelCreationNotAuthorized: GenericPalletError;
1967
+ /**
1968
+ * Generic pallet error
1969
+ **/
1970
+ [error: string]: GenericPalletError;
1971
+ };
1972
+ /**
1973
+ * Pallet `ParasDisputes`'s errors
1974
+ **/
1975
+ parasDisputes: {
1976
+ /**
1977
+ * Duplicate dispute statement sets provided.
1978
+ **/
1979
+ DuplicateDisputeStatementSets: GenericPalletError;
1980
+ /**
1981
+ * Ancient dispute statement provided.
1982
+ **/
1983
+ AncientDisputeStatement: GenericPalletError;
1984
+ /**
1985
+ * Validator index on statement is out of bounds for session.
1986
+ **/
1987
+ ValidatorIndexOutOfBounds: GenericPalletError;
1988
+ /**
1989
+ * Invalid signature on statement.
1990
+ **/
1991
+ InvalidSignature: GenericPalletError;
1992
+ /**
1993
+ * Validator vote submitted more than once to dispute.
1994
+ **/
1995
+ DuplicateStatement: GenericPalletError;
1996
+ /**
1997
+ * A dispute where there are only votes on one side.
1998
+ **/
1999
+ SingleSidedDispute: GenericPalletError;
2000
+ /**
2001
+ * A dispute vote from a malicious backer.
2002
+ **/
2003
+ MaliciousBacker: GenericPalletError;
2004
+ /**
2005
+ * No backing votes were provides along dispute statements.
2006
+ **/
2007
+ MissingBackingVotes: GenericPalletError;
2008
+ /**
2009
+ * Unconfirmed dispute statement sets provided.
2010
+ **/
2011
+ UnconfirmedDispute: GenericPalletError;
2012
+ /**
2013
+ * Generic pallet error
2014
+ **/
2015
+ [error: string]: GenericPalletError;
2016
+ };
2017
+ /**
2018
+ * Pallet `ParasSlashing`'s errors
2019
+ **/
2020
+ parasSlashing: {
2021
+ /**
2022
+ * The key ownership proof is invalid.
2023
+ **/
2024
+ InvalidKeyOwnershipProof: GenericPalletError;
2025
+ /**
2026
+ * The session index is too old or invalid.
2027
+ **/
2028
+ InvalidSessionIndex: GenericPalletError;
2029
+ /**
2030
+ * The candidate hash is invalid.
2031
+ **/
2032
+ InvalidCandidateHash: GenericPalletError;
2033
+ /**
2034
+ * There is no pending slash for the given validator index and time
2035
+ * slot.
2036
+ **/
2037
+ InvalidValidatorIndex: GenericPalletError;
2038
+ /**
2039
+ * The validator index does not match the validator id.
2040
+ **/
2041
+ ValidatorIndexIdMismatch: GenericPalletError;
2042
+ /**
2043
+ * The given slashing report is valid but already previously reported.
2044
+ **/
2045
+ DuplicateSlashingReport: GenericPalletError;
2046
+ /**
2047
+ * Generic pallet error
2048
+ **/
2049
+ [error: string]: GenericPalletError;
2050
+ };
2051
+ /**
2052
+ * Pallet `Registrar`'s errors
2053
+ **/
2054
+ registrar: {
2055
+ /**
2056
+ * The ID is not registered.
2057
+ **/
2058
+ NotRegistered: GenericPalletError;
2059
+ /**
2060
+ * The ID is already registered.
2061
+ **/
2062
+ AlreadyRegistered: GenericPalletError;
2063
+ /**
2064
+ * The caller is not the owner of this Id.
2065
+ **/
2066
+ NotOwner: GenericPalletError;
2067
+ /**
2068
+ * Invalid para code size.
2069
+ **/
2070
+ CodeTooLarge: GenericPalletError;
2071
+ /**
2072
+ * Invalid para head data size.
2073
+ **/
2074
+ HeadDataTooLarge: GenericPalletError;
2075
+ /**
2076
+ * Para is not a Parachain.
2077
+ **/
2078
+ NotParachain: GenericPalletError;
2079
+ /**
2080
+ * Para is not a Parathread (on-demand parachain).
2081
+ **/
2082
+ NotParathread: GenericPalletError;
2083
+ /**
2084
+ * Cannot deregister para
2085
+ **/
2086
+ CannotDeregister: GenericPalletError;
2087
+ /**
2088
+ * Cannot schedule downgrade of lease holding parachain to on-demand parachain
2089
+ **/
2090
+ CannotDowngrade: GenericPalletError;
2091
+ /**
2092
+ * Cannot schedule upgrade of on-demand parachain to lease holding parachain
2093
+ **/
2094
+ CannotUpgrade: GenericPalletError;
2095
+ /**
2096
+ * Para is locked from manipulation by the manager. Must use parachain or relay chain
2097
+ * governance.
2098
+ **/
2099
+ ParaLocked: GenericPalletError;
2100
+ /**
2101
+ * The ID given for registration has not been reserved.
2102
+ **/
2103
+ NotReserved: GenericPalletError;
2104
+ /**
2105
+ * Registering parachain with empty code is not allowed.
2106
+ **/
2107
+ EmptyCode: GenericPalletError;
2108
+ /**
2109
+ * Cannot perform a parachain slot / lifecycle swap. Check that the state of both paras
2110
+ * are correct for the swap to work.
2111
+ **/
2112
+ CannotSwap: GenericPalletError;
2113
+ /**
2114
+ * Generic pallet error
2115
+ **/
2116
+ [error: string]: GenericPalletError;
2117
+ };
2118
+ /**
2119
+ * Pallet `Slots`'s errors
2120
+ **/
2121
+ slots: {
2122
+ /**
2123
+ * The parachain ID is not onboarding.
2124
+ **/
2125
+ ParaNotOnboarding: GenericPalletError;
2126
+ /**
2127
+ * There was an error with the lease.
2128
+ **/
2129
+ LeaseError: GenericPalletError;
2130
+ /**
2131
+ * Generic pallet error
2132
+ **/
2133
+ [error: string]: GenericPalletError;
2134
+ };
2135
+ /**
2136
+ * Pallet `Auctions`'s errors
2137
+ **/
2138
+ auctions: {
2139
+ /**
2140
+ * This auction is already in progress.
2141
+ **/
2142
+ AuctionInProgress: GenericPalletError;
2143
+ /**
2144
+ * The lease period is in the past.
2145
+ **/
2146
+ LeasePeriodInPast: GenericPalletError;
2147
+ /**
2148
+ * Para is not registered
2149
+ **/
2150
+ ParaNotRegistered: GenericPalletError;
2151
+ /**
2152
+ * Not a current auction.
2153
+ **/
2154
+ NotCurrentAuction: GenericPalletError;
2155
+ /**
2156
+ * Not an auction.
2157
+ **/
2158
+ NotAuction: GenericPalletError;
2159
+ /**
2160
+ * Auction has already ended.
2161
+ **/
2162
+ AuctionEnded: GenericPalletError;
2163
+ /**
2164
+ * The para is already leased out for part of this range.
2165
+ **/
2166
+ AlreadyLeasedOut: GenericPalletError;
2167
+ /**
2168
+ * Generic pallet error
2169
+ **/
2170
+ [error: string]: GenericPalletError;
2171
+ };
2172
+ /**
2173
+ * Pallet `Crowdloan`'s errors
2174
+ **/
2175
+ crowdloan: {
2176
+ /**
2177
+ * The current lease period is more than the first lease period.
2178
+ **/
2179
+ FirstPeriodInPast: GenericPalletError;
2180
+ /**
2181
+ * The first lease period needs to at least be less than 3 `max_value`.
2182
+ **/
2183
+ FirstPeriodTooFarInFuture: GenericPalletError;
2184
+ /**
2185
+ * Last lease period must be greater than first lease period.
2186
+ **/
2187
+ LastPeriodBeforeFirstPeriod: GenericPalletError;
2188
+ /**
2189
+ * The last lease period cannot be more than 3 periods after the first period.
2190
+ **/
2191
+ LastPeriodTooFarInFuture: GenericPalletError;
2192
+ /**
2193
+ * The campaign ends before the current block number. The end must be in the future.
2194
+ **/
2195
+ CannotEndInPast: GenericPalletError;
2196
+ /**
2197
+ * The end date for this crowdloan is not sensible.
2198
+ **/
2199
+ EndTooFarInFuture: GenericPalletError;
2200
+ /**
2201
+ * There was an overflow.
2202
+ **/
2203
+ Overflow: GenericPalletError;
2204
+ /**
2205
+ * The contribution was below the minimum, `MinContribution`.
2206
+ **/
2207
+ ContributionTooSmall: GenericPalletError;
2208
+ /**
2209
+ * Invalid fund index.
2210
+ **/
2211
+ InvalidParaId: GenericPalletError;
2212
+ /**
2213
+ * Contributions exceed maximum amount.
2214
+ **/
2215
+ CapExceeded: GenericPalletError;
2216
+ /**
2217
+ * The contribution period has already ended.
2218
+ **/
2219
+ ContributionPeriodOver: GenericPalletError;
2220
+ /**
2221
+ * The origin of this call is invalid.
2222
+ **/
2223
+ InvalidOrigin: GenericPalletError;
2224
+ /**
2225
+ * This crowdloan does not correspond to a parachain.
2226
+ **/
2227
+ NotParachain: GenericPalletError;
2228
+ /**
2229
+ * This parachain lease is still active and retirement cannot yet begin.
2230
+ **/
2231
+ LeaseActive: GenericPalletError;
2232
+ /**
2233
+ * This parachain's bid or lease is still active and withdraw cannot yet begin.
2234
+ **/
2235
+ BidOrLeaseActive: GenericPalletError;
2236
+ /**
2237
+ * The crowdloan has not yet ended.
2238
+ **/
2239
+ FundNotEnded: GenericPalletError;
2240
+ /**
2241
+ * There are no contributions stored in this crowdloan.
2242
+ **/
2243
+ NoContributions: GenericPalletError;
2244
+ /**
2245
+ * The crowdloan is not ready to dissolve. Potentially still has a slot or in retirement
2246
+ * period.
2247
+ **/
2248
+ NotReadyToDissolve: GenericPalletError;
2249
+ /**
2250
+ * Invalid signature.
2251
+ **/
2252
+ InvalidSignature: GenericPalletError;
2253
+ /**
2254
+ * The provided memo is too large.
2255
+ **/
2256
+ MemoTooLarge: GenericPalletError;
2257
+ /**
2258
+ * The fund is already in `NewRaise`
2259
+ **/
2260
+ AlreadyInNewRaise: GenericPalletError;
2261
+ /**
2262
+ * No contributions allowed during the VRF delay
2263
+ **/
2264
+ VrfDelayInProgress: GenericPalletError;
2265
+ /**
2266
+ * A lease period has not started yet, due to an offset in the starting block.
2267
+ **/
2268
+ NoLeasePeriod: GenericPalletError;
2269
+ /**
2270
+ * Generic pallet error
2271
+ **/
2272
+ [error: string]: GenericPalletError;
2273
+ };
2274
+ /**
2275
+ * Pallet `StateTrieMigration`'s errors
2276
+ **/
2277
+ stateTrieMigration: {
2278
+ /**
2279
+ * Max signed limits not respected.
2280
+ **/
2281
+ MaxSignedLimits: GenericPalletError;
2282
+ /**
2283
+ * A key was longer than the configured maximum.
2284
+ *
2285
+ * This means that the migration halted at the current [`Progress`] and
2286
+ * can be resumed with a larger [`crate::Config::MaxKeyLen`] value.
2287
+ * Retrying with the same [`crate::Config::MaxKeyLen`] value will not work.
2288
+ * The value should only be increased to avoid a storage migration for the currently
2289
+ * stored [`crate::Progress::LastKey`].
2290
+ **/
2291
+ KeyTooLong: GenericPalletError;
2292
+ /**
2293
+ * submitter does not have enough funds.
2294
+ **/
2295
+ NotEnoughFunds: GenericPalletError;
2296
+ /**
2297
+ * Bad witness data provided.
2298
+ **/
2299
+ BadWitness: GenericPalletError;
2300
+ /**
2301
+ * Signed migration is not allowed because the maximum limit is not set yet.
2302
+ **/
2303
+ SignedMigrationNotAllowed: GenericPalletError;
2304
+ /**
2305
+ * Bad child root provided.
2306
+ **/
2307
+ BadChildRoot: GenericPalletError;
2308
+ /**
2309
+ * Generic pallet error
2310
+ **/
2311
+ [error: string]: GenericPalletError;
2312
+ };
2313
+ /**
2314
+ * Pallet `XcmPallet`'s errors
2315
+ **/
2316
+ xcmPallet: {
2317
+ /**
2318
+ * The desired destination was unreachable, generally because there is a no way of routing
2319
+ * to it.
2320
+ **/
2321
+ Unreachable: GenericPalletError;
2322
+ /**
2323
+ * There was some other issue (i.e. not to do with routing) in sending the message.
2324
+ * Perhaps a lack of space for buffering the message.
2325
+ **/
2326
+ SendFailure: GenericPalletError;
2327
+ /**
2328
+ * The message execution fails the filter.
2329
+ **/
2330
+ Filtered: GenericPalletError;
2331
+ /**
2332
+ * The message's weight could not be determined.
2333
+ **/
2334
+ UnweighableMessage: GenericPalletError;
2335
+ /**
2336
+ * The destination `MultiLocation` provided cannot be inverted.
2337
+ **/
2338
+ DestinationNotInvertible: GenericPalletError;
2339
+ /**
2340
+ * The assets to be sent are empty.
2341
+ **/
2342
+ Empty: GenericPalletError;
2343
+ /**
2344
+ * Could not re-anchor the assets to declare the fees for the destination chain.
2345
+ **/
2346
+ CannotReanchor: GenericPalletError;
2347
+ /**
2348
+ * Too many assets have been attempted for transfer.
2349
+ **/
2350
+ TooManyAssets: GenericPalletError;
2351
+ /**
2352
+ * Origin is invalid for sending.
2353
+ **/
2354
+ InvalidOrigin: GenericPalletError;
2355
+ /**
2356
+ * The version of the `Versioned` value used is not able to be interpreted.
2357
+ **/
2358
+ BadVersion: GenericPalletError;
2359
+ /**
2360
+ * The given location could not be used (e.g. because it cannot be expressed in the
2361
+ * desired version of XCM).
2362
+ **/
2363
+ BadLocation: GenericPalletError;
2364
+ /**
2365
+ * The referenced subscription could not be found.
2366
+ **/
2367
+ NoSubscription: GenericPalletError;
2368
+ /**
2369
+ * The location is invalid since it already has a subscription from us.
2370
+ **/
2371
+ AlreadySubscribed: GenericPalletError;
2372
+ /**
2373
+ * Invalid asset for the operation.
2374
+ **/
2375
+ InvalidAsset: GenericPalletError;
2376
+ /**
2377
+ * The owner does not own (all) of the asset that they wish to do the operation on.
2378
+ **/
2379
+ LowBalance: GenericPalletError;
2380
+ /**
2381
+ * The asset owner has too many locks on the asset.
2382
+ **/
2383
+ TooManyLocks: GenericPalletError;
2384
+ /**
2385
+ * The given account is not an identifiable sovereign account for any location.
2386
+ **/
2387
+ AccountNotSovereign: GenericPalletError;
2388
+ /**
2389
+ * The operation required fees to be paid which the initiator could not meet.
2390
+ **/
2391
+ FeesNotMet: GenericPalletError;
2392
+ /**
2393
+ * A remote lock with the corresponding data could not be found.
2394
+ **/
2395
+ LockNotFound: GenericPalletError;
2396
+ /**
2397
+ * The unlock operation cannot succeed because there are still consumers of the lock.
2398
+ **/
2399
+ InUse: GenericPalletError;
2400
+ /**
2401
+ * Generic pallet error
2402
+ **/
2403
+ [error: string]: GenericPalletError;
2404
+ };
2405
+ /**
2406
+ * Pallet `MessageQueue`'s errors
2407
+ **/
2408
+ messageQueue: {
2409
+ /**
2410
+ * Page is not reapable because it has items remaining to be processed and is not old
2411
+ * enough.
2412
+ **/
2413
+ NotReapable: GenericPalletError;
2414
+ /**
2415
+ * Page to be reaped does not exist.
2416
+ **/
2417
+ NoPage: GenericPalletError;
2418
+ /**
2419
+ * The referenced message could not be found.
2420
+ **/
2421
+ NoMessage: GenericPalletError;
2422
+ /**
2423
+ * The message was already processed and cannot be processed again.
2424
+ **/
2425
+ AlreadyProcessed: GenericPalletError;
2426
+ /**
2427
+ * The message is queued for future execution.
2428
+ **/
2429
+ Queued: GenericPalletError;
2430
+ /**
2431
+ * There is temporarily not enough weight to continue servicing messages.
2432
+ **/
2433
+ InsufficientWeight: GenericPalletError;
2434
+ /**
2435
+ * This message is temporarily unprocessable.
2436
+ *
2437
+ * Such errors are expected, but not guaranteed, to resolve themselves eventually through
2438
+ * retrying.
2439
+ **/
2440
+ TemporarilyUnprocessable: GenericPalletError;
2441
+ /**
2442
+ * The queue is paused and no message can be executed from it.
2443
+ *
2444
+ * This can change at any time and may resolve in the future by re-trying.
2445
+ **/
2446
+ QueuePaused: GenericPalletError;
2447
+ /**
2448
+ * Generic pallet error
2449
+ **/
2450
+ [error: string]: GenericPalletError;
2451
+ };
2452
+ /**
2453
+ * Pallet `AssetRate`'s errors
2454
+ **/
2455
+ assetRate: {
2456
+ /**
2457
+ * The given asset ID is unknown.
2458
+ **/
2459
+ UnknownAssetKind: GenericPalletError;
2460
+ /**
2461
+ * The given asset ID already has an assigned conversion rate and cannot be re-created.
2462
+ **/
2463
+ AlreadyExists: GenericPalletError;
2464
+ /**
2465
+ * Generic pallet error
2466
+ **/
2467
+ [error: string]: GenericPalletError;
2468
+ };
2469
+ /**
2470
+ * Pallet `Beefy`'s errors
2471
+ **/
2472
+ beefy: {
2473
+ /**
2474
+ * A key ownership proof provided as part of an equivocation report is invalid.
2475
+ **/
2476
+ InvalidKeyOwnershipProof: GenericPalletError;
2477
+ /**
2478
+ * An equivocation proof provided as part of an equivocation report is invalid.
2479
+ **/
2480
+ InvalidEquivocationProof: GenericPalletError;
2481
+ /**
2482
+ * A given equivocation report is valid but already previously reported.
2483
+ **/
2484
+ DuplicateOffenceReport: GenericPalletError;
2485
+ /**
2486
+ * Submitted configuration is invalid.
2487
+ **/
2488
+ InvalidConfiguration: GenericPalletError;
2489
+ /**
2490
+ * Generic pallet error
2491
+ **/
2492
+ [error: string]: GenericPalletError;
2493
+ };
2494
+ }