#define LOS_ERRNO_TSK_SUSPEND_LOCKED   LOS_ERRNO_OS_FATAL(LOS_MOD_TSK, 0x15)

Task error code: The task that is being suspended is locked.

Value: 0x03000215

Solution: Suspend the task after unlocking the task.

在文件los_task.h264行定义。