X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aafa91ce918b23cff556f73e337ad8fe76ed578a..effd3b741cde8a53bb3a41c8f83118481c4b4a9b:/src/services/api/api-actions.ts diff --git a/src/services/api/api-actions.ts b/src/services/api/api-actions.ts index d47eeaa878..f986786d5e 100644 --- a/src/services/api/api-actions.ts +++ b/src/services/api/api-actions.ts @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 export type ProgressFn = (id: string, working: boolean) => void; -export type ErrorFn = (id: string, message: string) => void; +export type ErrorFn = (id: string, error: any) => void; export interface ApiActions { progressFn: ProgressFn;