commit 93033ce6dc25c37187f5791d0a738594a355e214
parent 65f96ed1f7ff7fd4d886e5cda04ec9ec8b5c0aca
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Nov 2020 17:46:20 +0100
more consistent naming
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
@@ -138,12 +138,12 @@ Description: The service failed to fetch information from its database.
HttpStatus: 500
Value: 54
-Name: GENERIC_DB_COMMIT_ERROR
+Name: GENERIC_DB_COMMIT_FAILED
Description: The service encountered an error event to commit the database transaction (hard, unrecoverable error).
HttpStatus: 500
Value: 55
-Name: GENERIC_DB_SOFT_ERROR
+Name: GENERIC_DB_SOFT_FAILURE
Description: The service encountered an error event to commit the database transaction, even after repeatedly retrying it there was always a conflicting transaction. (This indicates a repeated serialization error; should only happen if some client maliciously tries to create conflicting concurrent transactions.)
HttpStatus: 500