#define LOS_ERRNO_SWTMR_RET_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x03)

Software timer error code: The passed-in software timer ID is NULL.

Value: 0x02000303

Solution: Define the software timer ID before passing it in.

在文件los_swtmr.h90行定义。