#define LOS_ERRNO_EVENT_READ_TIMEOUT   LOS_ERRNO_OS_ERROR(LOS_MOD_EVENT, 0x01)

Event reading error code: Event reading times out.

Value: 0x02001c01

Solution: Increase the waiting time for event reading, or make another task write a mask for the event.

在文件los_event.h87行定义。