#define LOS_ERRNO_SWTMR_MODE_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x02)

Software timer error code: Invalid software timer mode.

Value: 0x02000302

Solution: Check the mode value. The value range is [0,3].

在文件los_swtmr.h80行定义。