#define LOS_ERRNO_EVENT_READ_IN_LOCK   LOS_ERRNO_OS_ERROR(LOS_MOD_EVENT, 0x05)

Event reading error code: The task is locked and is unable to read the event.

Value: 0x02001c05

Solution: Unlock the task and read the event.

在文件los_event.h127行定义。