Skip to content

Commit 2731b29

Browse files
committed
doc: add notes to error_codes.rst
1 parent c4691fc commit 2731b29

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/error_codes.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,16 @@ Synchronization Log
7979
8080
Components of the sync error number vector:
8181

82-
# local side: operation error code (e.g. MAPI)
82+
# first error code / local side (e.g. MSMAPI): operation error code
8383
* 0x80070057: MAPI_E_INVALID_PARAMETER
8484
* 0x80040803: SYNC_E_NO_PARENT
85-
# possibly the "response code"
86-
# ROP result
85+
# component code
86+
* 501: synchronization
87+
# second error code (e.g. ROP result)
8788
* 0x4B9: ecNullObject
88-
* 80070057: MAPI_E_INVALID_PARAMETER
89+
* 0x80070057: MAPI_E_INVALID_PARAMETER
8990
* 0xFFFFFEAE: JET_errBadParentPageLink
90-
# possibly the "response code" or the length of the request
91+
# context code (possibly the "response code")
9192

9293
The synchronization log messages contain a URL that has long been defunct but
9394
never updated. (outlook2000_us.asp is really telling.)
@@ -117,5 +118,5 @@ Send and Receive dialog
117118
Fehler (0x80200011) beim Ausführen der Aufgabe "[email protected]":
118119
"Fehler beim Ausführen der Operation."
119120
120-
The error decoder is a hit-and-miss in this regard. 80190194 was recognized,
121-
800ccc0d was not.
121+
The error decoder is a hit-and-miss in this regard. 0x80190194 was recognized,
122+
0x800ccc0d was not.

0 commit comments

Comments
 (0)