Error codes: Difference between revisions

Lioncache (talk | contribs)
Add kernel error codes related to invalid thread IDs in debug related supervisor calls.
Lioncache (talk | contribs)
m 0xEC01 is indeed used to represent a canceled operation. Removes the "[?]" and formalizes the error code a little
Line 261: Line 261:
| 0xEA01 || 1 || 117 || Time out. Also when you give 0 handles to svcWaitSynchronizationN.
| 0xEA01 || 1 || 117 || Time out. Also when you give 0 handles to svcWaitSynchronizationN.
|-
|-
| 0xEC01 || 1 || 118 || Canceled/interrupted [?]
| 0xEC01 || 1 || 118 || Operation canceled
|-
|-
| 0xEE01 || 1 || 119 || Out of range
| 0xEE01 || 1 || 119 || Out of range