View Issue Details

IDProjectCategoryView StatusLast Update
0008769Talerspecificationpublic2024-04-29 18:16
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeveritytextReproducibilityalways
Status assignedResolutionopen 
Target Version1.0 
Summary0008769: document possible error codes in wallet-core API docs
Descriptionall REST API and wallet API call should also describe the TalerErrorCode in case of unsuccessful call.

example of expected rest api definition:

https://docs.taler.net/core/api-bank-integration.html#post--withdrawal-operation-$WITHDRAWAL_ID

409 Conflict:
        TALER_EC_BANK_WITHDRAWAL_OPERATION_RESERVE_SELECTION_CONFLICT: The wallet selected a different exchange or reserve public key under the same withdrawal ID.
        TALER_EC_BANK_DUPLICATE_RESERVE_PUB_SUBJECT: the reserve public key is already used.
        TALER_EC_BANK_UNKNOWN_ACCOUNT: the selected exchange account was not found.


 in this way we can handle better in the UI (showing custom message or doing some custom logic)
TagsNo tags attached.

Relationships

related to 0008589 assignedFlorian Dold do GANA pass over wallet-core [estimate: 12h] 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-04-24 19:09 sebasjm New Issue
2024-04-24 19:09 sebasjm Status new => assigned
2024-04-24 19:09 sebasjm Assigned To => Florian Dold
2024-04-29 18:15 Florian Dold Relationship added related to 0008589
2024-04-29 18:16 Florian Dold Severity minor => text
2024-04-29 18:16 Florian Dold Product Version 0.11 =>
2024-04-29 18:16 Florian Dold Target Version 0.11 => 1.0
2024-04-29 18:16 Florian Dold Summary add taler error code in wallet spec => document possible error codes in wallet-core API docs