Error codes: Difference between revisions

Created page with "All system error codes follow a shared format. {| class="wikitable" border="1" |- ! Bits ! Description |- | 0-10 | Description |- | 10-17 | Module |- | 21-26 | Summary |- | 27..."
 
No edit summary
Line 331: Line 331:


Description values:
Description values:
- todo -
 
{| class="wikitable" border="1"
|-
!  Num
!  Description
|-
| 0
| Success
|-
| 1000
| Invalid section
|-
| 1001
| Too large
|-
| 1002
| Not authorized
|-
| 1003
| Already done
|-
| 1004
| Invalid size
|-
| 1005
| Invalid enum value
|-
| 1006
| Invalid combination
|-
| 1007
| No data
|-
| 1008
| Busy
|-
| 1009
| Misaligned address
|-
| 1010
| Misaligned size
|-
| 1011
| Out of memory
|-
| 1012
| Not implemented
|-
| 1013
| Invalid address
|-
| 1014
| Invalid pointer
|-
| 1015
| Invalid handle
|-
| 1016
| Not initialized
|-
| 1017
| Already initialized
|-
| 1018
| Not found
|-
| 1019
| Cancel requested
|-
| 1020
| Already exists
|-
| 1021
| Out of range
|-
| 1022
| Timeout
|-
| 1023
| Invalid result value
|}