From b84ba7074b1dfe92781690d75d338b65cd1e6902 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 22 May 2018 12:42:02 +0200 Subject: New error code for a unknown reserve public key. Specific to the /reserve/status API. --- src/include/taler_error_codes.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/taler_error_codes.h') 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 -- cgit v1.2.3