Error codes: Difference between revisions
Add time error code for unimplemented functionality. This seems to be used in inheritance trees to indicate unimplemented behavior in different class implementations for a few functions |
Add time error code for memory allocation failures. This is (as would be expected) used mostly near the service boundaries where allocations are necessary for different handle types |
||
Line 884: | Line 884: | ||
|- | |- | ||
| 0x19274 || 116 || 201 || Signed overflow/underflow | | 0x19274 || 116 || 201 || Signed overflow/underflow | ||
|- | |||
| 0x64274 || 116 || 801 || Memory allocation failure | |||
|- | |- | ||
| 0x70A74 || 116 || 901 || Null pointer | | 0x70A74 || 116 || 901 || Null pointer |