EVER SDK
Developer ToolsEver PlatformForum
  • Ever SDK
  • Quick start (JavaScript)
  • Add EVER to your backend
  • Reference
    • Types and Methods
      • Modules
      • Module abi
      • Module boc
      • Module client
      • Module crypto
      • Module debot
      • Module net
      • Module processing
      • Module proofs
      • Module tvm
      • Module utils
    • Error API
    • Error Codes
    • JavaScript Reference
    • Rust Reference
  • Samples
    • JavaScript Samples
  • guides
    • Installation
      • Add SDK to your App
    • Configuration
      • Endpoint Configuration
      • Message Expiration
      • Message Retry
      • Config Reference
    • Work with contracts
      • Add Contract to your App
      • Use your own Giver
      • Deploy
      • Run on-chain
      • Run ABI Get Method
      • Run Fift Get Method
      • Query/Subscribe for messages(events)
      • Decode Messages(Event)
      • External Signing
      • Emulate Transaction
      • Estimate Fees
      • Validate address, convert address
      • Monitor Messages
      • Trace message processing with REMP
    • Crypto
      • Mnemonics and Keys
    • Queries and subscriptions
      • Use-cases
      • How to work with net module
      • net.query syntax
      • Data pagination
      • Subscribe to Updates
      • Query Collection
      • Aggregate Collection
  • For Binding Developers
    • How to work with Application Objects in binding generators
    • JSON Interface to Ton Client
  • Links
    • Ever SDK repository
    • AppKit JS documentation
Powered by GitBook
On this page
  • SDK Errors
  • Solidity Runtime Errors
  • TON Virtual Machine Runtime Errors
  • Action phase errors

Was this helpful?

  1. Reference

Error Codes

PreviousError APINextInstallation

Last updated 7 months ago

Was this helpful?

You can find error codes with descriptions on this page

SDK Errors

Solidity Runtime Errors

TON Virtual Machine Runtime Errors

0 TVM terminated successfully

-2 TVM terminated successfully: alternative code

-3 Stack underflow

-4 Stack overflow

-5 Integer overflow

-6 Range check error

-7 Invalid opcode

-8 Type check error

-9 Cell overflow

-10 Cell underflow

-11 Dictionary error

-12 Unknown error

-13 Fatal error

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

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/everx-labs/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
TON Virtual Machine Runtime Errors
Action phase errors