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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index ab158e79..0b4de63b 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -125,6 +125,9 @@ handle the error as if an internal error (500) had been returned.
// Type that was provided instead (if applicable).
type_actual?: string;
+
+ // Extra information that doesn't fit into the above (if applicable).
+ extra?: Object;
}
-----------------------