Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/errors/chain/AnnouncementDepositInvariantViolated.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Internal invariant failure in `announce`: recomputing the announcement deposit r

Declared by the `Proxy` pallet; it classifies to the semantic code [`internal`](/docs/errors/internal).

Declared at [`pallets/proxy/src/lib.rs#L795`](/code/pallets/proxy/src/lib.rs#L795).
Declared at [`pallets/proxy/src/lib.rs#L809`](/code/pallets/proxy/src/lib.rs#L809).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/Duplicate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This delegate is already registered as a proxy for the delegator with the same p

Declared by the `Proxy` pallet; it classifies to the semantic code [`already_exists`](/docs/errors/already-exists).

Declared at [`pallets/proxy/src/lib.rs#L787`](/code/pallets/proxy/src/lib.rs#L787).
Declared at [`pallets/proxy/src/lib.rs#L801`](/code/pallets/proxy/src/lib.rs#L801).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/InvalidDerivedAccountId.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deriving the pure proxy account id from the provided entropy failed to decode in

Declared by the `Proxy` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/proxy/src/lib.rs#L797`](/code/pallets/proxy/src/lib.rs#L797).
Declared at [`pallets/proxy/src/lib.rs#L811`](/code/pallets/proxy/src/lib.rs#L811).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/NoPermission.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The proxy pallet refused the action: the proxied call could escalate privileges,

Declared by the `Proxy` pallet; it classifies to the semantic code [`not_authorized`](/docs/errors/not-authorized).

Declared at [`pallets/proxy/src/lib.rs#L789`](/code/pallets/proxy/src/lib.rs#L789).
Declared at [`pallets/proxy/src/lib.rs#L803`](/code/pallets/proxy/src/lib.rs#L803).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/NoSelfProxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An account attempted to register itself as its own proxy, which is not allowed.

Declared by the `Proxy` pallet; it classifies to the semantic code [`invalid_argument`](/docs/errors/invalid-argument).

Declared at [`pallets/proxy/src/lib.rs#L793`](/code/pallets/proxy/src/lib.rs#L793).
Declared at [`pallets/proxy/src/lib.rs#L807`](/code/pallets/proxy/src/lib.rs#L807).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/NotFound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The referenced item does not exist in storage: no multisig operation for that ca

Declared by the `Multisig`, `Scheduler`, `Proxy` pallets; it classifies to the semantic code [`not_found`](/docs/errors/not-found).

Declared at [`pallets/proxy/src/lib.rs#L781`](/code/pallets/proxy/src/lib.rs#L781).
Declared at [`pallets/proxy/src/lib.rs#L795`](/code/pallets/proxy/src/lib.rs#L795).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/NotProxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The sender is not registered as a proxy for the account it tried to act for. Che

Declared by the `Proxy` pallet; it classifies to the semantic code [`not_authorized`](/docs/errors/not-authorized).

Declared at [`pallets/proxy/src/lib.rs#L783`](/code/pallets/proxy/src/lib.rs#L783).
Declared at [`pallets/proxy/src/lib.rs#L797`](/code/pallets/proxy/src/lib.rs#L797).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/TooMany.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A limit was exceeded: more preimage hashes than `MAX_HASH_UPGRADE_BULK_COUNT` we

Declared by the `Preimage`, `Proxy` pallets; it classifies to the semantic code [`limit_exceeded`](/docs/errors/limit-exceeded).

Declared at [`pallets/proxy/src/lib.rs#L779`](/code/pallets/proxy/src/lib.rs#L779).
Declared at [`pallets/proxy/src/lib.rs#L793`](/code/pallets/proxy/src/lib.rs#L793).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/Unannounced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The proxied call was executed before its announcement matured, or no matching an

Declared by the `Proxy` pallet; it classifies to the semantic code [`too_early`](/docs/errors/too-early).

Declared at [`pallets/proxy/src/lib.rs#L791`](/code/pallets/proxy/src/lib.rs#L791).
Declared at [`pallets/proxy/src/lib.rs#L805`](/code/pallets/proxy/src/lib.rs#L805).

## Remediation

Expand Down
2 changes: 1 addition & 1 deletion docs/errors/chain/Unproxyable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The attempted call is not permitted by the registered proxy type's call filter.

Declared by the `Proxy` pallet; it classifies to the semantic code [`not_authorized`](/docs/errors/not-authorized).

Declared at [`pallets/proxy/src/lib.rs#L785`](/code/pallets/proxy/src/lib.rs#L785).
Declared at [`pallets/proxy/src/lib.rs#L799`](/code/pallets/proxy/src/lib.rs#L799).

## Remediation

Expand Down
Loading
Loading