For asynchronous callbacks, this can be done either by calling `done.fail()` or by returning the promise directly (without requesting a `done` callback). (Using the latter, because it is shorter.) PR Close #28290
For asynchronous callbacks, this can be done either by calling `done.fail()` or by returning the promise directly (without requesting a `done` callback). (Using the latter, because it is shorter.) PR Close #28290