You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to allow hosts implementing ExecutionContext to handle overflow cases for increase_*_counter methods, they should return the Result<(),ContextError> type.
The text was updated successfully, but these errors were encountered:
Farhad-Shabani
changed the title
The increase_*_counter methods should return an error in case of overflowincrease_*_counter methods should return error in case of overflow
Sep 5, 2023
Summary
In order to allow hosts implementing
ExecutionContext
to handle overflow cases forincrease_*_counter
methods, they should return theResult<(),ContextError>
type.The text was updated successfully, but these errors were encountered: