Negative Error Codes -100 to -199

Scrap Manager Errors
-100noScrapErrNo scrap exists error
-102noTypeErrFormat not available [no object of that type in scrap]

Storage Allocator Errors
-108memFullErrRan out of memory [not enough room in heap zone]
-109nilHandleErrGetHandleSize fails on baseText or substitutionText; NIL master pointer [handle was NIL in HandleZone or other]
-110memAdrErrAddress was odd, or out of range
-111memWZErrAttempted to operate on a free block; GetHandleSize fails on baseText or substitutionText [WhichZone failed (applied to free block)]
-112memPurErrTrying to purge a locked or non-purgeable block
-113memAZErrAddress in zone check failed
-114memPCErrPointer Check failed
-115memBCErrBlock Check failed
-116memSCErrSize Check failed
-117memLockedErrTrying to move a locked block (MoveHHi)

HFS Errors
-120dirNFErrDirectory not found
-121tmwdoErrNo free WDCB available
-122badMovErrMove into offspring error
-123wrgVolTypErrNot an HFS volume [wrong volume type error or (obsolete) operation not supported for MFS]
-124volGoneErrServer volume has been disconnected.
-125updPixMemErrInsufficient memory to update a pixmap
-127fsDSIntErrInternal file system error

Menu Manager Errors
-126dsMBarNFndSystem error code for MBDF not found
-127dsHMenuFindErrCouldn't find HMenu's parent in MenuKey
-128userCanceledErrUser canceled an operation

HFS FileID Errors
-130fidNotFoundno file thread exists
-131fidNotAFiledirectory specified
-132fidExistsfile ID already exists

Color QuickDraw and Color Manager Errors
-147regionTooBigErrorRegion too big or complex
-148pixMapTooBigErrPixel map record is deeper than 1 bit per pixel [passed pixelmap is too large]
-149notEnoughStackNot enough stack space for the necessary buffers "OR"
-149mfStackErrInsufficient stack
-150cMatchErrColor2Index failed to find an index
-151cTempMemErrFailed to allocate memory for temporary structures
-152cNoMemErrFailed to allocate memory for structure
-153cRangeErrRange error on colorTable request
-154cProtectErrColorTable entry protection violation
-155cDevErrInvalid type of graphics device
-156cResErrInvalid resolution for MakeITable
-157cDepthErrInvalid pixel depth
-158cParmErrInvalid parameter

Resource Manager Errors (other than I/O)
-185badExtResourceExtended resource has a bad format.
-186CantDecompressResource bent ("the bends") can't decompress a compressed resource
-188resourceInMemoryResource already in memory
-189writingPastEndWriting past end of file
-190inputOutOfBoundsOffset or count out of bounds
-192resNotFoundResource not found
-193resFNotFoundResource file not found
-194addResFailedAddResource failed
-195addRefFailedAddReference failed
-196rmvResFailedRmveResource failed
-197rmvRefFailedRmveReference failed
-198resAttrErrAttribute inconsistent with operation
-199mapReadErrMap inconsistent with operation