summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-30 10:16:14 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-30 10:18:07 +0300
commitd0f8361289dc6ed88f0ae8074bea34b57d811341 (patch)
tree4dc44e9ddd0bdba4cc05dc0f3dc38465b3053f31 /include/LibreOfficeKit
parent7c673d27df5e22d7af981806999cdbbf15866680 (diff)
Clarify what the error code actually is
Based on how LOK_CALLBACK_ERROR callbacks are actually done in desktop/source/lib/lokinteractionhandler.cxx. Change-Id: Ibbe37c681252aa91c979d51b9aae6236ff9d88de
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitEnums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 324318c357d8..8aef838db039 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -284,7 +284,7 @@ typedef enum
* {
* "classification": "error" | "warning" | "info"
* "kind": "network" etc.
- * "code": 403 | 404 | ...
+ * "code": a structured 32-bit error code, the ErrCode from LibreOffice's <tools/errcode.hxx>
* "message": freeform description
* }
*/