commit 9a4807ef7745c78345ddf62afd6d82f0423b4f5e parent dad074f6c4de07d8a2782630e95ce18670442301 Author: MS <ms@taler.net> Date: Thu, 22 Dec 2022 16:18:49 +0100 match implementation Diffstat:
| M | libeufin/api-sandbox.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -861,7 +861,7 @@ The JSON type coming along a non 2xx response is the following: type: ErrorType; // Human-readable error description. - message: string; + description: string; } .. ts:def:: ErrorType