We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80caa4a commit 9bde128Copy full SHA for 9bde128
1 file changed
src/link/error/index.ts
@@ -16,7 +16,7 @@ export namespace ErrorLink {
16
* Callback to be triggered when an error occurs within the link stack.
17
*/
18
export interface ErrorHandler {
19
- (error: ErrorHandlerOptions): Observable<FetchResult> | void;
+ (options: ErrorHandlerOptions): Observable<FetchResult> | void;
20
}
21
22
export interface ErrorHandlerOptions {
0 commit comments