For Acki Nacki Developers
Acki Nacki docsFor DevelopersFor Validators
  • About Acki Nacki SDK
  • How to deploy a Multisig Wallet
  • Dapp ID Full Guide: creation, fees, centralized replenishment
  • Quick Starts
    • Quick Start TVM SDK JavaScript
    • GraphQL Quick Start
  • Reference
    • Core Library Reference
      • Modules
      • Module abi
      • Module boc
      • Module client
      • Module crypto
      • Module debot
      • Module net
      • Module processing
      • Module proofs
      • Module tvm
      • Module utils
    • Core Library Error API
    • Error Codes
    • TVM-CLI Reference
  • VM Instructions
    • Acki Nacki VM Instructions
    • Formal Verification
      • Acki Nacki VM Instructions Business-Level Specification
  • GraphQL
    • GraphQL API
    • Schema
    • Blockchain API
    • Query Collections: Query Language
    • Field Descriptions
    • Info API
    • Web Playground
    • Examples
  • ABI
    • ABI Specification
  • Examples
    • Client Libraries JS Examples
    • GraphQL API Examples
      • Connect to GraphQL API
      • Send message
      • Accounts
      • Blocks
      • Messages
      • Block and Transaction Pagination: Best Practice
      • Transactions
  • For Binding Developers
    • How to work with Application Objects in binding generators
    • JSON Interface to TVM Client
  • Links
    • TVM SDK repository
Powered by GitBook
On this page
  • SDK Errors
  • Solidity Runtime Errors
  • TVM Virtual Machine Runtime Errors
  • Action phase errors
  1. Reference

Error Codes

PreviousCore Library Error APINextAcki Nacki VM Instructions

Last updated 2 months ago

You can find error codes with descriptions on this page

SDK Errors

Solidity Runtime Errors

TVM Virtual Machine Runtime Errors

0 TVM terminated successfully

1 TVM terminated successfully: alternative code

2 Stack underflow

3 Stack overflow

4 Integer overflow

5 Range check error

6 Invalid opcode

7 Type check error

8 Cell overflow

9 Cell underflow

10 Dictionary error

11 Unknown error

12 Fatal error

-14 Out of gas: the contract is either low on gas, or its limit is exceeded

17 Execution timeout: the transaction execution time limit for the Virtual Machine has been reached.

Action phase errors

32 Action list invalid

33 Too many actions

34 Unsupported action

35 Invalid source address

36 Invalid destination address

37 Too low balance to send outbound message (37) at action

38 Too low extra to send outbound message (38) at action

39 Message does not fit in buffer

40 Message too large

41 Library not found

42 Library delete error

https://github.com/gosh-sh/TVM-Solidity-Compiler/blob/master/API.md#solidity-runtime-errors
Client Error codes (1-99)
Crypto Error codes (100-199)
Boc error codes(200-299)
Abi Error codes (300-399)
TVM Error codes (400-499)
Processing Error codes (500-599)
Net Error Codes (600-699)
DeBot Error Codes (800-899)
SDK Errors
Solidity Runtime Errors
TVM Virtual Machine Runtime Errors
Action phase errors