View Issue Details

IDProjectCategoryView StatusLast Update
0010372Talerwallet-corepublic2026-07-28 16:39
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status confirmedResolutionopen 
Target Version1.7 
Summary0010372: undocumented error in acceptManualWithdrawal: "withdrawal would exceed hard KYC limit"
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
2026-07-28 16:39 Florian Dold Assigned To => Florian Dold
2026-07-28 16:39 Florian Dold Status new => confirmed
2026-07-28 16:39 Florian Dold Target Version => 1.7
2026-07-28 16:39 Florian Dold Summary undocumented error => undocumented error in acceptManualWithdrawal: "withdrawal would exceed hard KYC limit"