Errors
The energy module may return the following errors:
| Type |
Code |
Description |
| ErrWrongAlias |
2 |
length of the alias isn't valid |
| ErrRouteNotExist |
3 |
the route isn't exist |
| ErrRouteExist |
4 |
the route is exist |
| ErrWrongValueDenom |
5 |
the denom of value isn't supported |
| ErrMaxRoutes |
6 |
max routes are exceeded |
| ErrSelfRoute |
7 |
routing to self is not allowed |
Synonyms
go-cyber/x/resources/spec/08_errors
Errors The resources module may return the following errors: | Type | Code | Description | | ------------------------ | ------| ----------------------------------- | | ErrTimeLockCoins | 2 | error time lock coins | | ErrIssueCoins | 3 | error issue coins | | ErrMintCoins | 4 | error mint coins | |…
go-cyber/x/bandwidth/spec/08_errors
Errors The bandwidth module may return the following errors: | Type | Code | Description | | ---------------------------- | ------| ------------------------------ | | ErrNotEnoughBandwidth | 2 | not enough personal bandwidth | | ErrExceededMaxBlockBandwidth | 3 | exceeded max block bandwidth |
go-cyber/x/grid/spec/08_errors
Errors The energy module may return the following errors: | Type | Code | Description | | ------------------------ | ------| ---------------------------------- | | ErrWrongAlias | 2 | length of the alias isn't valid | | ErrRouteNotExist | 3 | the route isn't exist | | ErrRouteExist | 4 | the route…
space-pussy/x/bandwidth/spec/08_errors
Errors The bandwidth module may return the following errors: | Type | Code | Description | | ---------------------------- | ------| ------------------------------ | | ErrNotEnoughBandwidth | 2 | not enough personal bandwidth | | ErrExceededMaxBlockBandwidth | 3 | exceeded max block bandwidth |
space-pussy/x/resources/spec/08_errors
Errors The resources module may return the following errors: | Type | Code | Description | | ------------------------ | ------| ----------------------------------- | | ErrTimeLockCoins | 2 | error time lock coins | | ErrIssueCoins | 3 | error issue coins | | ErrMintCoins | 4 | error mint coins | |…