summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-22 16:18:49 +0100
committerMS <ms@taler.net>2022-12-22 16:18:58 +0100
commit9a4807ef7745c78345ddf62afd6d82f0423b4f5e (patch)
tree8214f1462dd0f7498fdd201a550bf4997d863d4b /libeufin
parentdad074f6c4de07d8a2782630e95ce18670442301 (diff)
downloaddocs-9a4807ef7745c78345ddf62afd6d82f0423b4f5e.tar.gz
docs-9a4807ef7745c78345ddf62afd6d82f0423b4f5e.tar.bz2
docs-9a4807ef7745c78345ddf62afd6d82f0423b4f5e.zip
match implementation
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index fff8119c..defae803 100644
--- 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