DeferredSequence.catch()method

catch(onError: (r: unknown) => Y | PromiseLike<Y>): Promise<T | Y>