diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-02-21 17:53:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-02-21 17:53:32 +0100 |
commit | 943729d4e2c2d97c3b5d737cf76b388086d94378 (patch) | |
tree | 66055f6f6e6740a392c3db2b61dd39a0ba5506a0 /gnu-taler-error-codes/registry.rec | |
parent | cf4c9cc53b19e2296481ae6c89aa6e5375a198e3 (diff) |
more Anastasis codes
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index fc36f12..5ebca96 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1666,6 +1666,21 @@ Name: ANASTASIS_REDUCER_INPUT_VALIDATION_FAILED Description: An input did not match the custom validation logic. HttpStatus: 0 +Value: 8410 +Name: ANASTASIS_REDUCER_POLICY_LOOKUP_FAILED +Description: Our attempts to download the recovery document failed with all providers. +HttpStatus: 0 + +Value: 8411 +Name: ANASTASIS_REDUCER_BACKUP_PROVIDER_FAILED +Description: A backup provider reported a fatal failure. +HttpStatus: 0 + +Value: 8412 +Name: ANASTASIS_REDUCER_PROVIDER_CONFIG_FAILED +Description: A backup provider failed to respond to the configuration request. +HttpStatus: 0 + # 9000 - 9998: Unallocated. |