#define LOS_ERRNO_SWTMR_ID_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x05)

Software timer error code: Invalid software timer ID.

Value: 0x02000305

Solution: Pass in a valid software timer ID.

在文件los_swtmr.h110行定义。