-
Notifications
You must be signed in to change notification settings - Fork 558
Transaction Custom IDs
Leouarz edited this page Jun 5, 2024
·
3 revisions
Here is the table of custom IDs for invalid transaction errors:
Custom ID | Name | Description |
---|---|---|
137 | InvalidAppId | The given AppId is not yet registered |
138 | ForbiddenAppId | The extrinsic is not available for the given AppId
|
139 | MaxRecursionExceeded | The maximum recursion was reached for a call with AppId != 0
|
140 | UnexpectedSubmitDataCall | DA Submit data calls are forbidden to be in Batch calls |
141 | UnexpectedSendMessageCall | Vector send message calls are forbidden to be in Batch calls |