From d8d214942cc2544d46448811303cedf15809f5b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 6 Jun 2023 17:25:17 +0200 Subject: wallet-core: truncate withdrawal errors --- packages/taler-util/src/errors.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-util/src/errors.ts') diff --git a/packages/taler-util/src/errors.ts b/packages/taler-util/src/errors.ts index c709c9a4c..8476b63fc 100644 --- a/packages/taler-util/src/errors.ts +++ b/packages/taler-util/src/errors.ts @@ -98,6 +98,7 @@ export interface DetailsMap { }; [TalerErrorCode.WALLET_EXCHANGE_COIN_SIGNATURE_INVALID]: empty; [TalerErrorCode.WALLET_WITHDRAWAL_GROUP_INCOMPLETE]: { + numErrors: number, errorsPerCoin: Record; }; [TalerErrorCode.WALLET_CORE_NOT_AVAILABLE]: empty; -- cgit v1.2.3