aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/registry.rec
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/registry.rec')
-rw-r--r--gnu-taler-error-codes/registry.rec49
1 files changed, 49 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec
index 4fd6b04..f0fdc56 100644
--- a/gnu-taler-error-codes/registry.rec
+++ b/gnu-taler-error-codes/registry.rec
@@ -2191,6 +2191,55 @@ Name: BANK_RESERVED_USERNAME_CONFLICT
2191Description: The client tried to register a new account under a reserved username (like 'admin' for example). 2191Description: The client tried to register a new account under a reserved username (like 'admin' for example).
2192HttpStatus: 409 2192HttpStatus: 409
2193 2193
2194Value: 5121
2195Name: BANK_REGISTER_USERNAME_REUSE
2196Description: The client tried to register a new account with an username already in use.
2197HttpStatus: 409
2198
2199Value: 5122
2200Name: BANK_REGISTER_PAYTO_URI_REUSE
2201Description: The client tried to register a new account with a payto:// URI already in use.
2202HttpStatus: 409
2203
2204Value: 5123
2205Name: BANK_ACCOUNT_BALANCE_NOT_ZERO
2206Description: The client tried to delete an account with a non null balance.
2207HttpStatus: 409
2208
2209Value: 5124
2210Name: BANK_UNKNOWN_CREDITOR
2211Description: The client tried to create a transaction or an operation that credit an unknown account.
2212HttpStatus: 409
2213
2214Value: 5125
2215Name: BANK_UNKNOWN_DEBTOR
2216Description: The client tried to create a transaction or an operation that debit an unknown account.
2217HttpStatus: 409
2218
2219Value: 5126
2220Name: BANK_ACCOUNT_IS_EXCHANGE
2221Description: The client tried to perform an action prohibited for exchange accounts.
2222HttpStatus: 409
2223
2224Value: 5127
2225Name: BANK_ACCOUNT_IS_NOT_EXCHANGE
2226Description: The client tried to perform an action reserved for exchange accounts.
2227HttpStatus: 409
2228
2229Value: 5128
2230Name: BANK_BAD_CONVERSION
2231Description: Received currency conversion is wrong.
2232HttpStatus: 409
2233
2234Value: 5129
2235Name: BANK_MISSING_TAN_INFO
2236Description: The account referenced in this operation is missing tan info for the chosen channel.
2237HttpStatus: 409
2238
2239Value: 5130
2240Name: BANK_CONFIRM_INCOMPLETE
2241Description: The client attempted to confirm a transaction with incomplete info.
2242HttpStatus: 409
2194 2243
2195 2244
2196# 6000 - 6999: Reserved for sync 2245# 6000 - 6999: Reserved for sync