Error codes: Difference between revisions
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 |
Add time error codes for out of range values and for cases when things cannot be found. These are both used in the implementation of ToPosixTime when looking up timezone entries based off a given rule. |
||
Line 888: | Line 888: | ||
|- | |- | ||
| 0x70A74 || 116 || 901 || Null pointer | | 0x70A74 || 116 || 901 || Null pointer | ||
|- | |||
| 0x70C74 || 116 || 902 || Value out of valid range | |||
|- | |||
| 0x7BA74 || 116 || 989 || Entry not found | |||
|- | |- | ||
| 0x7BC74 || 116 || 990 || Unimplemented functionality | | 0x7BC74 || 116 || 990 || Unimplemented functionality |