diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-02 16:06:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-02 16:06:18 +0200 |
commit | 32432745013e19fe87d3f77c3b0d43aa0b684d99 (patch) | |
tree | a0f750a792802d1d6cc0e1fa19bbf25066ee6b8f /gnu-taler-error-codes/registry.rec | |
parent | db5f057db4f98c4714f76e5d7d0e8f3eccaaae8d (diff) |
add another EC
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 983eefd..6d73655 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -794,6 +794,10 @@ Name: MERCHANT_GENERIC_UNAUTHORIZED Description: The merchant refused the request due to lack of authorization. HttpStatus: 401 +Value: 2016 +Name: MERCHANT_GENERIC_INSTANCE_DELETED +Description: The merchant instance specified in the request was deleted. +HttpStatus: 404 # 2100-2499: public API |