Line 436:
Line 436:
|-
|-
|}
|}
+
+
== Error codes ==
+
This list of ES error codes should be complete for IOS59. Other codes that can technically be returned, but only indirectly (since ES makes use of the FS module and IOSC) are not included in an exhaustive manner in this list.
+
+
{| class="wikitable"
+
|-
+
! Error code
+
! Notes
+
|-
+
| 0
+
| No Error (Success)
+
|-
+
| -1
+
| IPC_EACCES - Permission Denied
+
|-
+
| -2
+
| IPC_EEXIST - File exists
+
|-
+
| -4
+
| IPC_EINVAL - Invalid argument
+
|-
+
| -5
+
| IPC_EMAX - Parameter was greater than a max number
+
|-
+
| -6
+
| IPC_ENOENT - Not Found
+
|-
+
| -8
+
| IPC_EQUEUEFULL - Queue is full
+
|-
+
| -9
+
| Unknown
+
|-
+
| -12
+
| IPC_EIO - ECC error
+
|-
+
| -22
+
| IPC_ENOMEM - Alloc failed during request
+
|}
+
+
[[Category:IOS API documentation]]