#define LOS_ERRNO_TSK_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x01)

Task error code: Null parameter.

Value: 0x02000201

Solution: Check the parameter.

在文件los_task.h74行定义。