TVM and TON
Error codes that can occur in the TVM chains
Basic errors
Error code | Error description |
---|---|
1001 | The method is not called by the owner |
1002 | Zero Address Error |
Translator errors
Error code | Error description |
---|---|
2001 | The method is not called by the initializer |
2002 | The method is not called by the relayer |
2003 | An unsupported network identifier was transmitted |
2004 | Network ID is not supported |
2005 | Invalid network ID |
2006 | Data transfer error |
2007 | Unsupported network type. Supported network types: EVM - 1, TVM - 2 |
Initializer errors
Error code | Error description |
---|---|
3001 | The method is not called by the translator |
3002 | The sender's address is blocked |
3003 | The recipient's address is blocked |
3004 | Transfer execution validation error |
3005 | Invalid destination address |
3006 | Invalid transfer order validator address |
3007 | Transfer order validator data was not found |
3008 | Transfer order validator value increment error |
3009 | Transfer order validator increment and value check error |
Client contract errors
Error code | Error description |
---|---|
4001 | The method is not called by the initializer |
4002 | The method is not called by the initializer or the owner |
4003 | Invalid trusted address |
4004 | Invalid hash |
4005 | Incoming transfer was not received |
4006 | Incoming transfer has already been executed |
4007 | Outgoing transfer not found |
4008 | Outgoing transfer has already been executed |
4009 | Trusted address not found |
4010 | Insufficient balance |
4011 | Invalid parameter txId |
4013 | Callback method is not supported |
4014 | Transfer hash not found |
4015 | Invalid hash (callback error) |
4016 | Outgoing transfer does not exist (callback error) |
4017 | Invalid callback address (callback error) |
4018 | TransferFeeValue value is too low |
Transfer contract errors
Error code | Error description |
---|---|
5001 | Non-zero public key error |
5002 | Invalid contract owner |
5003 | Invalid hash |
Transfer order validator contract errors
Error code | Error description |
---|---|
6001 | Non-zero public key error |
6002 | Invalid contract owner |
6003 | Invalid transfer serial number |
Last updated