new error codes (bank)
This commit is contained in:
parent
636b167655
commit
44bccda22b
@ -1827,6 +1827,12 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_BANK_TRANSACTION_NOT_FOUND = 5111,
|
TALER_EC_BANK_TRANSACTION_NOT_FOUND = 5111,
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Bank received a malformed amount string.
|
||||||
|
*/
|
||||||
|
TALER_EC_BANK_BAD_FORMAT_AMOUNT = 5112,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The client does not own the account credited by the transaction
|
* The client does not own the account credited by the transaction
|
||||||
* which is to be rejected, so it has no rights do reject it. To be
|
* which is to be rejected, so it has no rights do reject it. To be
|
||||||
@ -1835,6 +1841,13 @@ enum TALER_ErrorCode
|
|||||||
TALER_EC_BANK_REJECT_NO_RIGHTS = 5200,
|
TALER_EC_BANK_REJECT_NO_RIGHTS = 5200,
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This error code is returned when no known exception types
|
||||||
|
* captured the exception.
|
||||||
|
*/
|
||||||
|
TALER_EC_BANK_UNMANAGED_EXCEPTION = 5300,
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The sync service failed to access its database.
|
* The sync service failed to access its database.
|
||||||
* This response is provided with HTTP status code
|
* This response is provided with HTTP status code
|
||||||
|
Loading…
Reference in New Issue
Block a user