Partial handler map with a required _ catchall. Any omitted status arm routes to _, which receives the full TaskResult<T> type.
_
TaskResult<T>
Partial handler map with a required
_catchall. Any omitted status arm routes to_, which receives the fullTaskResult<T>type.