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

Document exit codes for each stdlib function #2502

Closed
i582 opened this issue Mar 27, 2025 · 0 comments · Fixed by #2506
Closed

Document exit codes for each stdlib function #2502

i582 opened this issue Mar 27, 2025 · 0 comments · Fixed by #2506
Assignees
Labels
kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: stdlib The Tact standard library (src/stdlib)
Milestone

Comments

@i582
Copy link
Contributor

i582 commented Mar 27, 2025

For example:

/// Requires the contract to be not stopped.
/// 
/// #### Exit codes
/// 
/// * 133 — if the contract is stopped
/// 
fun requireNotStopped() {
    throwUnless(133, !self.stopped);
}

Image

@i582 i582 added the scope: stdlib The Tact standard library (src/stdlib) label Mar 27, 2025
@i582 i582 self-assigned this Mar 27, 2025
@anton-trunov anton-trunov added the kind: docs Documentation for docs.tact-lang.org kept in docs folder label Mar 27, 2025
@anton-trunov anton-trunov added this to the v1.6.5 milestone Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: stdlib The Tact standard library (src/stdlib)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants