Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
What could cause TVM exit code 5 in my case?

I've got an error with an exit code 5.

TVM exit code list in the documentation says it means "Integer out of expected range":

https://docs.ton.org/learn/tvm-instructions/tvm-exit-codes

But in my case all the numbers seem to fit in the range. Here's a code snippet. What could be the source of the problem?

Votes Newest

Answers