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
, andstop
methods to handle errors.
iOS:
- Provides callbacks for the
initAsync
method to handle errors. - Requires checking the return values of the
start
andstop
methods.