diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-18 19:10:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-19 01:16:34 +0200 |
commit | 863e7b4f5d97102555853055a03b65a30d53a888 (patch) | |
tree | 5c5ad66d55da827f3b7585a53f960591e0411922 | |
parent | 3355509eda1dc34885401ff6b58b91985b2d05b3 (diff) | |
download | exchange-863e7b4f5d97102555853055a03b65a30d53a888.tar.gz exchange-863e7b4f5d97102555853055a03b65a30d53a888.zip |
more ecs
-rw-r--r-- | src/include/taler_error_codes.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h index cafdf1f6f..255fdc2f3 100644 --- a/src/include/taler_error_codes.h +++ b/src/include/taler_error_codes.h | |||
@@ -1998,6 +1998,18 @@ enum TALER_ErrorCode | |||
1998 | TALER_EC_REFUND_LOOKUP_NO_REFUND = 2607, | 1998 | TALER_EC_REFUND_LOOKUP_NO_REFUND = 2607, |
1999 | 1999 | ||
2000 | /** | 2000 | /** |
2001 | * The requested wire method is not supported by the exchange. | ||
2002 | * Returned with an HTTP status of #MHD_HTTP_CONFLICT. | ||
2003 | */ | ||
2004 | TALER_EC_RESERVES_POST_UNSUPPORTED_WIRE_METHOD = 2650, | ||
2005 | |||
2006 | /** | ||
2007 | * The backend failed to commit the result to the database. Returned | ||
2008 | * with an HTTP status of #MHD_HTTP_INTERNAL_SERVER_ERROR. | ||
2009 | */ | ||
2010 | TALER_EC_RESERVES_POST_DB_COMMIT_HARD_ERROR = 2651, | ||
2011 | |||
2012 | /** | ||
2001 | * The backend knows the instance that was supposed to support the | 2013 | * The backend knows the instance that was supposed to support the |
2002 | * tip, but it was not configured for tipping (i.e. has no exchange | 2014 | * tip, but it was not configured for tipping (i.e. has no exchange |
2003 | * associated with it). Likely to be a configuration error. Returned | 2015 | * associated with it). Likely to be a configuration error. Returned |