Skip to content
Open
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
38 changes: 38 additions & 0 deletions docs/errors/subtensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,44 @@ Beneficiary does not own hotkey.

Expected beneficiary origin.

## Proxy Errors

### `TooMany`

There are too many proxies registered or too many announcements pending.

### `NotFound`

Proxy registration not found.

### `NotProxy`

Sender is not a proxy of the account to be proxied.

### `Duplicate`

Proxy or relationship already exists.

### `Unproxyable`

A call which is incompatible with the proxy type's filter was attempted.

### `NoPermission`

Call may not be made by proxy because it may escalate its privileges.

### `Unannounced`

Announcement was made too recently or does not exist.

### `NoSelfProxy`

Account cannot add self as proxy.

### `AnnouncementDepositInvariantViolated`

Invariant violated: deposit recomputation returned None after updating announcements.

## Other Errors

### `InvalidIpType`
Expand Down
Loading