aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-04-01 16:15:33 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-04-01 16:15:51 +0200
commitb799c63db9beda99e9151e7611a1ac4e810786ab (patch)
treea773039eeae693640f89d359e389cc3b230c1b3a /gnu-taler-error-codes/registry.rec
parent20f2185df6a7cb27cb2a175a300cd822ee8b0634 (diff)
downloadgana-b799c63db9beda99e9151e7611a1ac4e810786ab.tar.gz
gana-b799c63db9beda99e9151e7611a1ac4e810786ab.zip
-add ECs for purse creation
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec41
1 files changed, 41 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index f184149..ff4380a 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -184,6 +184,11 @@ Name: GENERIC_FAILED_COMPUTE_JSON_HASH
184Description: The service could not compute a cryptographic hash over some JSON value. 184Description: The service could not compute a cryptographic hash over some JSON value.
185HttpStatus: 500 185HttpStatus: 500
186 186
187Value: 62
188Name: GENERIC_FAILED_COMPUTE_AMOUNT
189Description: The service could not compute an amount.
190HttpStatus: 500
191
187 192
188# Server-side resource problems (70-79) 193# Server-side resource problems (70-79)
189 194
@@ -321,6 +326,12 @@ Name: EXCHANGE_GENERIC_CLOCK_SKEW
321Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong. 326Description: The time at the server is too far off from the time specified in the request. Most likely the client system time is wrong.
322HttpStatus: 400 327HttpStatus: 400
323 328
329Value: 1021
330Name: EXCHANGE_GENERIC_AMOUNT_EXCEEDS_DENOMINATION_VALUE
331Description: The specified amount for the coin is higher than the value of the denomination of the coin.
332HttpStatus: 400
333
334
324 335
325Value: 1100 336Value: 1100
326Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND 337Name: EXCHANGE_DEPOSITS_GET_NOT_FOUND
@@ -822,6 +833,36 @@ Name: EXCHANGE_MANAGEMENT_GLOBAL_FEE_SIGNATURE_INVALID
822Description: The signature affirming the fee structure is invalid. 833Description: The signature affirming the fee structure is invalid.
823HttpStatus: 403 834HttpStatus: 403
824 835
836Value: 1850
837Name: EXCHANGE_PURSE_CREATE_CONFLICTING_META_DATA
838Description: The purse was previously created with different meta data.
839HttpStatus: 409
840
841Value: 1851
842Name: EXCHANGE_PURSE_CREATE_CONFLICTING_CONTRACT_STORED
843Description: The purse was previously created with a different contract.
844HttpStatus: 409
845
846Value: 1852
847Name: EXCHANGE_PURSE_CREATE_COIN_SIGNATURE_INVALID
848Description: A coin signature for a deposit into the purse is invalid.
849HttpStatus: 400
850
851Value: 1853
852Name: EXCHANGE_PURSE_CREATE_EXPIRATION_BEFORE_NOW
853Description: The purse expiration time is in the past.
854HttpStatus: 400
855
856Value: 1854
857Name: EXCHANGE_PURSE_CREATE_EXPIRATION_IS_NEVER
858Description: The purse expiration time is "never".
859HttpStatus: 400
860
861Value: 1855
862Name: EXCHANGE_PURSE_CREATE_SIGNATURE_INVALID
863Description: The purse signature over the purse meta data is invalid.
864HttpStatus: 400
865
825 866
826Value: 1900 867Value: 1900
827Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID 868Name: EXCHANGE_AUDITORS_AUDITOR_SIGNATURE_INVALID