From 0b26e16782eb414da8864d76ba925fccacae133d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 9 Dec 2016 12:13:21 +0100 Subject: 'hint' among errors fields --- api-common.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-common.rst b/api-common.rst index d44e55ec..b33284d7 100644 --- 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; -- cgit v1.2.3