summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-12 15:13:35 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-12 15:13:35 +0100
commit2359d8ae29b48f0280b1002a2dd0d1ba28bea0c6 (patch)
tree4ef40efce59c3582eb018078e917878c92da229f /src/include
parent87f3f5230f7bbcb02e5b54d66ad3cd2e51ac3c08 (diff)
downloadexchange-2359d8ae29b48f0280b1002a2dd0d1ba28bea0c6.tar.gz
exchange-2359d8ae29b48f0280b1002a2dd0d1ba28bea0c6.tar.bz2
exchange-2359d8ae29b48f0280b1002a2dd0d1ba28bea0c6.zip
handle conversion helper errors better
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_plugin.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h
index 22e4f894f..a9a4dd97a 100644
--- a/src/include/taler_kyclogic_plugin.h
+++ b/src/include/taler_kyclogic_plugin.h
@@ -99,7 +99,13 @@ enum TALER_KYCLOGIC_KycStatus
* Return code set to not update the KYC status
* at all.
*/
- TALER_KYCLOGIC_STATUS_KEEP = 16
+ TALER_KYCLOGIC_STATUS_KEEP = 16,
+
+ /**
+ * We had an internal logic failure.
+ */
+ TALER_KYCLOGIC_STATUS_INTERNAL_ERROR = 32
+
};