summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 11:24:53 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-14 11:24:53 +0200
commit5176b250857369212562b8ae30f4afd587f70483 (patch)
tree573e6c1d5fa2133b75d5e25720e1025c0a1576e2 /src/include
parent0580168c0e546a7a224c1e9f19e7b526f84cfa2a (diff)
downloadexchange-5176b250857369212562b8ae30f4afd587f70483.tar.gz
exchange-5176b250857369212562b8ae30f4afd587f70483.tar.bz2
exchange-5176b250857369212562b8ae30f4afd587f70483.zip
error code for merchant's /refund
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_error_codes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 40a9b1a09..ce91756c8 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1282,6 +1282,11 @@ enum TALER_ErrorCode
*/
TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
+ /**
+ * The client specified an unknown instance for any of the /refund operations
+ */
+ TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
+
/* ********** /test API error codes ************* */
/**