Returns a list of error item metadata for error items of the specified palletId.
Name or index of the pallet to read error metadata for. Note: the pallet name must match what is specified in the runtime metadata.
successful operation
Block number and hash at which the call was made.
Name of the pallet.
"democracy"
Index of the pallet for looking up errors.
"14"
Array containing metadata for each error entry of the pallet.
Returns the value stored under the errorItemId.
Name or index of the pallet to read error metadata for. Note: the pallet name must match what is specified in the runtime metadata.
Id of the error item to query for.
successful operation
Name of the pallet.
"democracy"
Index of the pallet for looking up errors.
"14"
Name of the error item.
"ValueLow"
Metadata of an error item from a FRAME pallet.