|
| # | Result Code | Fixit! | Error Message |
| -200 | noHardware | N/A | Required sound hardware not available [no hardware support for the specified synthesizer] |
| -201 | notEnoughHardware | N/A | Insufficient hardware available [no more channels for the specified synthesizer] |
| -203 | queueFull | N/A | No room in the queue |
| -204 | resProblem | N/A | Problem loading the resource |
| -205 | badChannel | N/A | Channel is corrupt or unusable [invalid channel queue length] |
| -206 | badFormat | N/A | Resource is corrupt or unusable [handle to 'snd ' resource was invalid] |
| -207 | notEnoughBufferSpace | N/A | Insufficient memory available |
| -208 | badFileFormat | N/A | File is corrupt or unusable, or not AIFF or AIFF-C |
| -209 | channel | N/A | Channel is busy |
| -210 | buffersTooSmall | N/A | Buffer is too small |
| -211 | channelNotBusy | N/A | Channel not currently used |
| -212 | noMoreRealTime | N/A | Not enough CPU time available |
| -213 | badParam | N/A | A parameter is incorrect |
| -220 | siNoSoundInHardware | N/A | No sound input hardware available |
| -221 | siBadSoundInDevice | N/A | Invalid sound input device |
| -222 | siNoBufferSpecified | N/A | No buffer specified |
| -223 | siInvalidCompression | N/A | Invalid compression type |
| -224 | siHardDiskTooSlow | N/A | Hard drive too slow to record |
| -225 | siInvalidSampleRate | N/A | Invalid sample rate |
| -226 | siInvalidSampleSize | N/A | Invalid sample size |
| -227 | siDeviceBusyErr | N/A | Sound input device is busy |
| -228 | siBadDeviceName | N/A | Invalid device name |
| -229 | siBadRefNum | N/A | Invalid reference number |
| -230 | siInputDeviceErr | N/A | Input device hardware failure |
| -231 | siUnknownInfoType | N/A | Unknown type of information |
| -232 | siUnknownQuality | N/A | Unknown quality |