Windows:
MassiveStatus enum includes these error states:INVALID_ARGS: Invalid arguments passed to functionUNINITIALIZED_SERVICE: Service not initializedINITIALIZING_SERVICE: Service is initializingALREADY_STARTED: Node already startedCORRUPTED_INSTALLATION: Installation is corruptedINTERNAL_ERROR: Internal error occurred
Android/Fire OS:
- Provides callbacks for the
init,start, andstopmethods to handle errors.
iOS:
- Provides callbacks for the
initAsyncmethod to handle errors. - Requires checking the return values of the
startandstopmethods.