go-cyber/x/resources/spec/08_errors.md

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
ErrBurnCoins 5 error burn coins
ErrSendMintedCoins 6 error send minted coins
ErrNotAvailablePeriod 7 not available period
ErrInvalidAccountType 8 receiver account type not supported
ErrAccountNotFound 9 account not found
ErrResourceNotExist 10 resource not exist
ErrFullSlots 11 all slots are full
ErrSmallReturn 12 small resource's return amount
ErrInvalidBaseResource 13 invalid base resource

Synonyms

space-pussy/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…
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 | |…

Neighbours