In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
133 bytes added ,  23:11, 16 June 2022
→‎Error codes: added EQUEUEEMPTY and ERETURN
Line 438: Line 438:     
== Error codes ==
 
== 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.
+
This list of IOS 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"
 
{| class="wikitable"
Line 453: Line 453:  
| -2
 
| -2
 
| IPC_EEXIST - File exists
 
| IPC_EEXIST - File exists
 +
|-
 +
| -3
 +
| IPC_EINTR - Waiting operation was interrupted
 
|-  
 
|-  
 
| -4
 
| -4
Line 462: Line 465:  
| -6
 
| -6
 
| IPC_ENOENT - Not Found
 
| IPC_ENOENT - Not Found
 +
|-
 +
| -7
 +
| IPC_EQUEUEEMPTY - Queue is empty
 
|-  
 
|-  
 
| -8
 
| -8
Line 467: Line 473:  
|-  
 
|-  
 
| -9
 
| -9
| Unknown
+
| IPC_ERETURN - noreturn function returned
 
|-  
 
|-  
 
| -12
 
| -12
5,579

edits

Navigation menu