Name | Lookup | Attributes | |
|---|---|---|---|
| RouteExecuted | 4300 | ["AssetId","AssetId","Balance","Balance"] |
Name | Type | Value | |
|---|---|---|---|
| MaxNumberOfTrades | U8 | 05 |
Name | Docs |
|---|---|
| TradingLimitReached | The trading limit has been reached |
| MaxTradesExceeded | The the max number of trades limit is reached |
| PoolNotSupported | The AMM pool is not supported for executing trades |
| RouteHasNoTrades | Route has not trades to be executed |
| InsufficientBalance | The user has not enough balance to execute the trade |
| UnexpectedError | Unexpected error which should never really happen, but the error case must be handled to prevent panics. |