summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-common.rst3
1 files changed, 3 insertions, 0 deletions
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;