aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-28 15:01:26 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-28 15:01:26 +0530
commitc8b33d0884b0ad9f9583b2a74ddd8859b0caedfb (patch)
treebbee768089efae31a8190d6d4ecbb46c253f5b54 /gnu-taler-error-codes
parentb4afa5a86e4317cf8b9d2868e8e509e261c54281 (diff)
downloadgana-c8b33d0884b0ad9f9583b2a74ddd8859b0caedfb.tar.gz
gana-c8b33d0884b0ad9f9583b2a74ddd8859b0caedfb.zip
add ec
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b89f3da..451e768 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2204,6 +2204,11 @@ Name: WALLET_CORE_API_OPERATION_UNKNOWN
2204Description: The wallet does not support the operation requested by a client. 2204Description: The wallet does not support the operation requested by a client.
2205HttpStatus: 0 2205HttpStatus: 0
2206 2206
2207Value: 7008
2208Name: WALLET_INVALID_TALER_PAY_URI
2209Description: The given taler://pay URI is invalid.
2210HttpStatus: 0
2211
2207Value: 7010 2212Value: 7010
2208Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE 2213Name: WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE
2209Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress. 2214Description: The exchange does not know about the reserve (yet), and thus withdrawal can't progress.