#define LOS_ERRNO_TSK_PRIOR_ERROR   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x03)

Task error code: Incorrect task priority.

Value: 0x02000203

Solution: Re-configure the task priority by referring to the priority range.

在文件los_task.h94行定义。