aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-07 17:36:06 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-07 17:36:06 +0100
commit65f96ed1f7ff7fd4d886e5cda04ec9ec8b5c0aca (patch)
tree34a7b8fc39a84058015a12d678229ea29b9909d8 /gnu-taler-error-codes
parent956c469f4f1d42683c67c099a567524a8267b332 (diff)
downloadgana-65f96ed1f7ff7fd4d886e5cda04ec9ec8b5c0aca.tar.gz
gana-65f96ed1f7ff7fd4d886e5cda04ec9ec8b5c0aca.zip
add missing DB ec code
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r--gnu-taler-error-codes/registry.rec9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index a614775..b284f88 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -133,16 +133,21 @@ Description: The service failed to store information in its database.
133HttpStatus: 500 133HttpStatus: 500
134 134
135Value: 53 135Value: 53
136Name: GENERIC_DB_FETCH_FAILED
137Description: The service failed to fetch information from its database.
138HttpStatus: 500
139
140Value: 54
136Name: GENERIC_DB_COMMIT_ERROR 141Name: GENERIC_DB_COMMIT_ERROR
137Description: 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).
138HttpStatus: 500 143HttpStatus: 500
139 144
140Value: 54 145Value: 55
141Name: GENERIC_DB_SOFT_ERROR 146Name: GENERIC_DB_SOFT_ERROR
142Description: 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.)
143HttpStatus: 500 148HttpStatus: 500
144 149
145Value: 55 150Value: 56
146Name: GENERIC_DB_INVARIANT_FAILURE 151Name: GENERIC_DB_INVARIANT_FAILURE
147Description: The service's database is inconsistent and violates service-internal invariants. 152Description: The service's database is inconsistent and violates service-internal invariants.
148HttpStatus: 500 153HttpStatus: 500