#define LOS_ERRNO_TSK_TCB_UNAVAILABLE   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x11)

Task error code: No free task control block is available.

Value: 0x02000211

Solution: Increase the number of task control blocks.

在文件los_task.h224行定义。