commit 1f4911c0a944887d06649c9bc1b65cb32322f9ec parent 7d2a85947fa9ec222b58918480e77c0938043427 Author: Florian Dold <florian@dold.me> Date: Mon, 17 Aug 2026 20:13:59 +0200 update gana ECs Diffstat:
| M | packages/taler-util/src/taler-error-codes.ts | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/packages/taler-util/src/taler-error-codes.ts b/packages/taler-util/src/taler-error-codes.ts @@ -5297,6 +5297,14 @@ export enum TalerErrorCode { /** + * The values of a reviewed peer push payment changed before confirmation. The caller must prepare and show the payment again. + * Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0). + * (A value of 0 indicates that the error is generated client-side). + */ + WALLET_PEER_PUSH_PAYMENT_QUOTE_CHANGED = 7069, + + + /** * The service encountered a timeout with its payment backend. * Returned with an HTTP status code of #MHD_HTTP_GATEWAY_TIMEOUT (504). * (A value of 0 indicates that the error is generated client-side).