| kMoaErr_NoErr | Function exists and operation was successful |
| kMoaErr_BadParam | Invalid nArgs, pArgs, or pResult passed in |
| kMoaMmErr_FunctionNotFound | Function not supported by this actor |
| kMoaErr_OutOfMem | Couldn't allocate memory needed to execute function |
| kMoaMmErr_InternalError | Function exists, args ok, can't execute internal error |
| kMoaMmErr_NoArgExpected | Wrong number of args: 0 expected |
| kMoaMmErr_OneArgExpected | Wrong number of args: 1 expected |
| kMoaMmErr_TwoArgsExpected | Wrong number of args: 2 expected |
| kMoaMmErr_ThreeArgsExpected | Wrong number of args: 3 expected |
| kMoaMmErr_FourArgsExpected | Wrong number of args: 4 expected |
| kMoaMmErr_WrongNumberOfArgs | Wrong number of arguments, non- specific |
| kMoaMmErr_IntegerExpected | Type mismatch: integer value argument expected |
| kMoaMmErr_SymbolExpected | Type mismatch: symbol value argument expected |
| kMoaMmErr_FloatExpected | Type mismatch: float value argument expected |
| kMoaMmErr_StringExpected | Type mismatch: string value argument expected |
| kMoaMmErr_PointExpected | Type mismatch: point value argument expected |
| kMoaMmErr_RectExpected | Type mismatch: rect value argument expected |
| kMoaMmErr_ValueTypeMismatch | Type mismatch: other value argument expected |
| kMoaDrErr_CastMemberExpected | Type mismatch: CMRef value argument expected (Director only) |
| kMoaErr_NoErr | Successful, change rects (if any) submitted |
| kMoaMmErr_NotImplemented | Sprite is static, updates are requested using InvalSpriteRect(). You must set the kMoaMmXSpriteCapsFlags_IsStatic sprite caps flag in your GetCaps(). |
| kMoaErr_NoErr | Successful, pTestResult set |
| kMoaErr_NoErr | Successful, event handled or intentionally passed |
| kMoaErr_OutOfMem | Wanted event but couldn't handle due to memory error |
| kMoaMmErr_InternalError | Wanted event but couldn't handle due to an internal error |
| kMoaErr_NoErr | Successful |
| kMoaErr_NoErr | Property exists and value was returned |
| kMoaErr_BadParam | Invalid pPropValue passed in |
| kMoaMmErr_PropertyNotFound | Property isn't supported by this actor |
| kMoaMmErr_InternalError | Property exists but couldn't get due to internal error |
| kMoaMmErr_NoMemForString | Couldn't allocate memory for string value data |
| kMoaErr_OutOfMem | Couldn't allocate memory for other value data |
| kMoaErr_NoErr | Successful, sprite imaged into supplied GC |
| kMoaMmErr_NotImplemented | Actor doesn't have a visual representation |
| kMoaMmErr_GCTypeNotSupported | Doesn't support supplied GC type |
| kMoaErr_OutOfMem | Couldn't image due to memory error |
| kMoaMmErr_InternalError | Couldn't image due to an internal error |
| kMoaErr_NoErr | Successful |
| kMoaMmErr_UnknownNotifyMsgCode | Notify message code not supported Used for communicating between assets and their actors. The NotifySprites() method of the IMoaMmAssetCallback interface calls this method for all active sprite actors. |
| kMoaErr_NoErr | Interface set |
| kMoaMmErr_NotImplemented | Callback interface not used |
| kMoaErr_NoErr | Property exists and value was set |
| kMoaErr_BadParam | Invalid pPropValue passed in |
| kMoaMmErr_PropertyNotFound | Property isn't supported by this class |
| kMoaMmErr_InternalError | Property exists, value ok, can't set due to internal error |
| kMoaMmErr_NoMemForString | Can't allocate memory for setting string value data |
| kMoaErr_OutOfMem | Can't allocate memory for setting other value data |
| kMoaMmErr_IntegerExpected | Type mismatch: integer value expected |
| kMoaMmErr_SymbolExpected | Type mismatch: symbol value expected |
| kMoaMmErr_FloatExpected | Type mismatch: float value expected |
| kMoaMmErr_StringExpected | Type mismatch: string value expected |
| kMoaMmErr_PointExpected | Type mismatch: point value expected |
| kMoaMmErr_RectExpected | Type mismatch: rect value expected |
| kMoaMmErr_ValueTypeMismatch | Type mismatch: other value expected (non-specific) |
| kMoaDrErr_CastMemberExpected | Type mismatch: CMRef expected (Director only) |