romanovichim / TonFunClessons_Eng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Exception Code '35' in TVM Documentation

num13ru opened this issue · comments

Issue Description

While going through the TonFunClessons_Eng, specifically Lesson 1, I noticed an inconsistency in the TVM (TON Virtual Machine) documentation. The lesson refers to various standard exception codes used in TVM, which are essential for our tests. However, upon reviewing the listed exception codes in the TVM Exit Codes documentation, I found that the exception code 35 is not mentioned.

Expected Information

In the context of the lesson, it's implied that exception code 35 is standard in TVM. This code is crucial for understanding and handling specific exceptions properly during the development and testing phases.

Suggested Actions

  1. Verification: Please verify whether the exception code 35 is a part of the standard TVM exception codes.
  2. Documentation Update: If it is a standard code, kindly update the TVM Exit Codes documentation to include exception code 35 with its corresponding description.
  3. Lesson Clarification: If the code 35 is not a part of the TVM standards, it may be helpful to update Lesson 1 of TonFunClessons_Eng to clarify this point to prevent confusion among learners.

Looking forward to a clarification on this matter to enhance the learning experience and accuracy of the information provided in the course.

Thank you!