View Issue Details

IDProjectCategoryView StatusLast Update
0010372Talerwallet-corepublic2025-09-05 20:55
Reportersebasjm Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0010372: undocumented error
Descriptionwe need a way to make this findable on compilation time


BackgroundError: Wallet operation "acceptManualWithdrawal" failed
    at WalletApiClientImpl.call (wxApi.ts:80:13)
    at async doManualWithdraw (state.ts:80:17)
    at async doWithdrawAndCheckError (state.ts:305:21)
    at async sh (handlers.ts:4:7)
    at async onClick (Button.tsx:92:7)Caused by: _TalerError: unexpected exception (message: withdrawal would exceed hard KYC limit)
    at _TalerError.fromUncheckedDetail (errors.js:60:12)
    at WalletApiClientImpl.call (wxApi.ts:83:20)
    at async doManualWithdraw (state.ts:80:17)
    at async doWithdrawAndCheckError (state.ts:305:21)
    at async sh (handlers.ts:4:7)
    at async onClick (Button.tsx:92:7)
doWithdrawAndCheckError @ state.ts:316
await in doWithdrawAndCheckError
sh @ handlers.ts:4
onClick @ Button.tsx:92
doClick @ Button.tsx:125
onClick @ Button.tsx:142
I2 @ props.js:150
Tagswallet-api

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-05 20:55 sebasjm New Issue
2025-09-05 20:55 sebasjm Tag Attached: wallet-api