error codes

This commit is contained in:
Florian Dold 2020-08-14 00:19:20 +05:30
parent cbe325cb0f
commit d5f894690e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -3146,6 +3146,13 @@ export enum TalerErrorCode {
*/
WALLET_WITHDRAW_RESERVE_UNKNOWN_AT_EXCHANGE = 7010,
/**
* The wallet core service is not available.
* Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).
* (A value of 0 indicates that the error is generated client-side).
*/
WALLET_CORE_NOT_AVAILABLE = 7011,
/**
* End of error code range.
* Returned with an HTTP status code of #MHD_HTTP_UNINITIALIZED (0).