Skip to content

Commit

Permalink
Fix error table (#6282)
Browse files Browse the repository at this point in the history
* fix

* added prettier ignore
  • Loading branch information
filippoweb3 authored Oct 1, 2024
1 parent ac6ac83 commit 8349a6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/maintain/maintain-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If this page does not answer your question, try searching for your problem at th
[Polkadot Knowledge Base](https://support.polkadot.network/) for more information on troubleshooting
your issue.

## PolkadotJS Apps Explorer
## Polkadot-JS Apps Explorer

Here's how to find out the detailed error description through Polkadot-JS Apps.

Expand Down Expand Up @@ -91,8 +91,9 @@ some other error (ex. the validity period expires).\*
The below table is a reference to the errors that exists in Polkadot. It is generated from the
runtime's metadata.

<!-- prettier-ignore-start -->
| Pallet | Error | Documentation |
| ----------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --- |
| ----------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| System (0) | | |
| | InvalidSpecName (0) | The name of specification does not match between the current runtime and the new runtime. |
| | SpecVersionNeedsToIncrease (1) | The specification version is not allowed to decrease between the current runtime and the new runtime. |
Expand Down Expand Up @@ -307,3 +308,4 @@ runtime's metadata.
| | UnexpectedTimepoint (11) | A timepoint was given, yet no multisig operation is underway. |
| | WeightTooLow (12) | The maximum weight information provided was too low. |
| | AlreadyStored (13) | The data to be stored is already stored. |
<!-- prettier-ignore-end -->

0 comments on commit 8349a6e

Please sign in to comment.