diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-03-20 23:20:51 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-03-20 23:20:51 +0100 |
commit | 65b32359b300f5369eff62fceb5001e609c2f339 (patch) | |
tree | 276c5a010f1ff81934e98f213a96e1e91becc40f | |
parent | 0d7ef35edeabec5de9c4e479c697fd643d92c26c (diff) |
add 404 EC
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 0edf0c4..1a73169 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1647,6 +1647,11 @@ Name: ANASTASIS_POLICY_INVALID_UPLOAD Description: The uploaded data does not match the Etag. HttpStatus: 400 +Value: 8350 +Name: ANASTASIS_POLICY_NOT_FOUND +Description: The provider is unaware of the requested policy. +HttpStatus: 404 + Value: 8400 |