An effect that indicates that the function can fail, and that calling this function is a failable expression. Function definitions with the decides effect must also have the transacts effect, which means the actions performed by this function can be rolled back as though the actions were never performed if there's a failure anywhere in the function.
decides
An effect that indicates that the function can fail, and that calling this function is a failable expression.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library