|
| # | Result Code | Fixit! | Error Message |
| -600 | procNotFound | N/A | No eligible process with specified process serial number |
| -601 | memFragErr | N/A | Not enough room to launch application with special requirements |
| -602 | appModeErr | N/A | Memory mode is 32-bit, but application is not 32-bit clean |
| -603 | protocolErr | N/A | app made module calls in improper order |
| -604 | hardwareConfigErr | N/A | hardware configuration not correct for call |
| -605 | appMemFullErr | N/A | Partition size specified in 'SIZE' resource is not big enough for launch |
| -606 | appIsDaemon | N/A | Application is background-only |
| -607 | bufferIsSmall | N/A | Buffer is too small |
| -608 | noOutstandingHLE | N/A | No outstanding high-level event |
| -609 | connectionInvalid | N/A | Connection is invalid |
| -610 | noUserInteractionAllowed | N/A | Attempted PostHighLevelEvent from background and no session yet established Memory Dispatch Errors |
| -620 | notEnoughMemoryErr | N/A | Insufficient physical memory |
| -621 | notHeldErr | N/A | Specified range of memory is not held |
| -622 | cannotMakeContiguousErr | N/A | Cannot make specified range contiguous |
| -623 | notLockedErr | N/A | Specified range of memory is not locked |
| -624 | interruptsMaskedErr | N/A | Called with interrupts masked |
| -625 | cannotDeferErr | N/A | Unable to defer additional user functions |