aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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