summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-22 12:42:02 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-22 12:42:02 +0200
commitb84ba7074b1dfe92781690d75d338b65cd1e6902 (patch)
tree6ba9ae2ddea67454638a83fb42192f30812d450a /src/include
parentce55e7c229bcb251fe95cd0779148d7c261bb3ab (diff)
downloadexchange-b84ba7074b1dfe92781690d75d338b65cd1e6902.tar.gz
exchange-b84ba7074b1dfe92781690d75d338b65cd1e6902.tar.bz2
exchange-b84ba7074b1dfe92781690d75d338b65cd1e6902.zip
New error code for a unknown reserve public key.
Specific to the /reserve/status API.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 8f082ecd8..754681b41 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -299,6 +299,12 @@ enum TALER_ErrorCode
*/
TALER_EC_RESERVE_STATUS_DB_ERROR = 1150,
+ /**
+ * The reserve status was requested using a unknown key,
+ * to be returned with 404 Not Found.
+ */
+ TALER_EC_RESERVE_STATUS_UNKNOWN = 1151,
+
/**
* The respective coin did not have sufficient residual value