#define LOS_ERRNO_TSK_STKAREA_TOO_SMALL   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x18)

Task error code: The task stack area is too small.

Value: 0x02000218

Solution: This error code is not in use temporarily.

在文件los_task.h284行定义。