failure
Parameters
value
Optional The failure condition of this waiter. If this condition is met, done
will be set to true
and the error
code will be set to ABORTED
. The failure condition takes precedence over the success condition. If both conditions are met, a failure will be indicated. This value is optional; if no failure condition is set, the only failure scenario will be a timeout.
Parameters
argument
Optional The failure condition of this waiter. If this condition is met, done
will be set to true
and the error
code will be set to ABORTED
. The failure condition takes precedence over the success condition. If both conditions are met, a failure will be indicated. This value is optional; if no failure condition is set, the only failure scenario will be a timeout.