#define LOS_ERRNO_SWTMR_NOT_STARTED   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x0d)

Software timer error code: The software timer is not started.

Value: 0x0200030d

Solution: Start the software timer.

在文件los_swtmr.h190行定义。