Use FlowError instead of FlowReturn as error part of Result
This prevents the possibility of a Result that is an Err(Ok), which would not be meaningful.
Showing
Please register or sign in to comment
This prevents the possibility of a Result that is an Err(Ok), which would not be meaningful.