commit a288feefd6a9338d08536dd9792174bbad071247 parent 9bd398f6783ac7a0ab80b589cc37b37036134b4c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 4 Sep 2025 20:23:20 +0200 -new EC Diffstat:
| M | gnu-taler-error-codes/registry.rec | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -1667,6 +1667,11 @@ Name: MERCHANT_GENERIC_FEATURE_NOT_AVAILABLE Description: The merchant backend does not support the requested feature. HttpStatus: 501 +Value: 2031 +Name: MERCHANT_GENERIC_MFA_MISSING +Description: This operation requires multi-factor authorization and the respective instance does not have a sufficient number of factors that could be validated configured. You need to ask the system administrator to perform this operation. +HttpStatus: 403 + # 2100-2499: public API # 2100-2124: get orders endpoint