#define LOS_ERRNO_TSK_ACTIVE_FAILED   LOS_ERRNO_OS_FATAL(LOS_MOD_TSK, 0x19)

Task error code: The task fails to be activated.

Value: 0x03000219

Solution: Perform task switching after creating an idle task.

在文件los_task.h294行定义。