taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 0b26e16782eb414da8864d76ba925fccacae133d
parent 3fba4892a5f4bdd032e86eabf13ce6ac04f1e649
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Dec 2016 12:13:21 +0100

'hint' among errors fields

Diffstat:
Mapi-common.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/api-common.rst b/api-common.rst @@ -77,6 +77,9 @@ handle the error as if an internal error (500) had been returned. // The other arguments are specific to the error value reported here. error: string; + // Hint about error nature + hint?: string; + // Name of the parameter that was bogus (if applicable) parameter?: string;