#define LOS_ERRNO_TSK_OPERATE_SWTMR   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x22)

Task error code: The operation is performed on the software timer task.

Value: 0x02000222

Solution: Check the task ID and do not operate on the software timer task.

在文件los_task.h374行定义。