/// <summary> /// 获取当出现错误时的过滤器链 /// </summary> /// <returns></returns> public IFilterChain <IRequest, IResponse, Exception> GatherOnError() { return(options.GatherOnError()); }