summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-21 16:15:45 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-21 16:15:45 +0200
commit283b5901e54fb6051876639d7f7819715e100d38 (patch)
tree136296f40a3f9563bb57fcb7a4a4872dc79b51d5 /api-common.rst
parentf46102c0bddc001769817046ae50e6e65b4769d1 (diff)
parent835509f59bd11234b0181693396ad40b5ff8e5fc (diff)
downloaddocs-283b5901e54fb6051876639d7f7819715e100d38.tar.gz
docs-283b5901e54fb6051876639d7f7819715e100d38.tar.bz2
docs-283b5901e54fb6051876639d7f7819715e100d38.zip
Merge branch 'master' of ssh://taler.net/api
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-common.rst b/api-common.rst
index 3bbc8722..d44e55ec 100644
--- a/api-common.rst
+++ b/api-common.rst
@@ -70,8 +70,8 @@ handle the error as if an internal error (500) had been returned.
interface ErrorDetail {
- // Numeric error code. See "taler_error_codes.h".
- error_code: number;
+ // Numeric error code unique to the condition. See "taler_error_codes.h".
+ code: number;
// Human-readable description of the error, i.e. "missing parameter", "commitment violation", ...
// The other arguments are specific to the error value reported here.