diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-17 13:52:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-17 13:52:21 +0200 |
commit | ca56accac72b6ce050a38d36172390b14100a538 (patch) | |
tree | e28e21fd2758d10ff1c957824ab426637286dfaf | |
parent | f126ffd32255c68f4fbef5e9ef849ef04855b0a9 (diff) |
need new status code for /kyc-wallet
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index b3492f0..7d375cb 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -739,6 +739,10 @@ Name: EXCHANGE_AUDITORS_AUDITOR_INACTIVE Description: The auditor that was specified is no longer used by this exchange. HttpStatus: 410 +Value: 1925 +Name: EXCHANGE_KYC_WALLET_SIGNATURE_INVALID +Description: The signature affirming the wallet's KYC request was invalid. +HttpStatus: 403 |