Carbon


notBTree

Header: MacErrors.h

enum {
    notBTree = -410,
    btNoSpace = -413,
    btDupRecErr = -414,
    btRecNotFnd = -415,
    btKeyLenErr = -416,
    btKeyAttrErr = -417,
    unknownInsertModeErr = -20000,
    recordDataTooBigErr = -20001,
    invalidIndexErr = -20002
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)