diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-03-05 21:30:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-03-05 21:30:53 +0100 |
commit | 618fe72608aa79afca29421b5b8abb24196f8932 (patch) | |
tree | 410ace0bfbcc58959614855a3d102088224b30a8 /gnu-taler-error-codes/registry.rec | |
parent | 943729d4e2c2d97c3b5d737cf76b388086d94378 (diff) |
additional EC code
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-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 5ebca96..841b4ca 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -58,6 +58,11 @@ Name: GENERIC_REPLY_MALFORMED Description: The service responded with a reply that was in JSON but did not satsify the protocol. Note that invalid cryptographic signatures should have signature-specific error codes. HttpStatus: 0 +Value: 14 +Name: GENERIC_CONFIGURATION_INVALID +Description: There is an error in the client-side configuration, for example the base URL specified is malformed. +HttpStatus: 0 + # Fundamental client-side protocol problems (20-29) # (fundamental: cannot be helped, client is very broken) |