#define LOS_ERRNO_SWTMR_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_SWTMR, 0x00)

Software timer error code: The timeout handling function is NULL.

Value: 0x02000300

Solution: Define the timeout handling function.

在文件los_swtmr.h60行定义。