Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify all missing exit codes #805

Open
novusnota opened this issue Oct 24, 2024 · 0 comments
Open

Specify all missing exit codes #805

novusnota opened this issue Oct 24, 2024 · 0 comments

Comments

@novusnota
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, the page on exit codes lists only 25 exit codes including the one from TonLib (with some weird description, since attempts to call non-existent get methods result in exit code $11$). However, there are more exit codes out there used in TON Blockchain sources — it would be nice to add mention and/or descriptions of those :)

Describe the solution you'd like

Add mention and/or descriptions of the following:

  • Exit code $14$: "VM virtualization error" (compute phase)
  • Exit code $39$: "Outbound message does not fit into a cell after rewriting" (action phase)
  • Exit code $41$: "Library reference is null during library change action" (action phase)
  • Exit code $42$: "Library change action error" (action phase)
  • Exit code $43$: "Exceeded maximum number of cells in the library or the maximum depth of the Merkle tree" (action phase)
  • Exit code $50$: "Account state size exceeded limits" (action phase)

Additional context

See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant