aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 542ac8a..569cdf1 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2269,7 +2269,7 @@ Description: The "Content-length" field for the upload is missing.
2269HttpStatus: 400 2269HttpStatus: 400
2270 2270
2271 2271
2272# 7000 - 8000: Reserved for wallet 2272# 7000 - 7999: Reserved for wallet
2273 2273
2274Value: 7000 2274Value: 7000
2275Name: WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE 2275Name: WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE
@@ -2361,6 +2361,13 @@ Name: WALLET_BANK_INTEGRATION_PROTOCOL_VERSION_INCOMPATIBLE
2361Description: The wallet does not implement a version of the bank integration API that is compatible with the version offered by the bank. 2361Description: The wallet does not implement a version of the bank integration API that is compatible with the version offered by the bank.
2362HttpStatus: 0 2362HttpStatus: 0
2363 2363
2364# 8000 - 8999: Reserved for Anastasis
2365
2366Value: 8000
2367Name: ANASTASIS_FOO_ERROR
2368Description: my comment
2369HttpStatus: 500
2370
2364Value: 9999 2371Value: 9999
2365Name: END 2372Name: END
2366Description: End of error code range. 2373Description: End of error code range.