aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-07 17:46:20 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-07 17:46:20 +0100
commit93033ce6dc25c37187f5791d0a738594a355e214 (patch)
treefba4ea086ee9c42a651b2832bd6b2fd2b658611b /gnu-taler-error-codes/registry.rec
parent65f96ed1f7ff7fd4d886e5cda04ec9ec8b5c0aca (diff)
downloadgana-93033ce6dc25c37187f5791d0a738594a355e214.tar.gz
gana-93033ce6dc25c37187f5791d0a738594a355e214.zip
more consistent naming
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index b284f88..849e13c 100644
--- 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.
138HttpStatus: 500 138HttpStatus: 500
139 139
140Value: 54 140Value: 54
141Name: GENERIC_DB_COMMIT_ERROR 141Name: GENERIC_DB_COMMIT_FAILED
142Description: The service encountered an error event to commit the database transaction (hard, unrecoverable error). 142Description: The service encountered an error event to commit the database transaction (hard, unrecoverable error).
143HttpStatus: 500 143HttpStatus: 500
144 144
145Value: 55 145Value: 55
146Name: GENERIC_DB_SOFT_ERROR 146Name: GENERIC_DB_SOFT_FAILURE
147Description: 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.) 147Description: 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.)
148HttpStatus: 500 148HttpStatus: 500
149 149