summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 2ea5459e..689e8065 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -73,9 +73,7 @@ handle the error as if an internal error (500) had been returned.
// Human-readable description of the error, i.e. "missing parameter", "commitment violation", ...
// The other arguments are specific to the error value reported here.
- error: string;
-
- // Hint about error nature
+ // Should give a human-readable hint about the error's nature. Optional.
hint?: string;
// Name of the parameter that was bogus (if applicable)