#define LOS_ERRNO_SWTMR_NOT_CREATED   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x06)

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

Value: 0x02000306

Solution: Create a software timer.

在文件los_swtmr.h120行定义。