#define LOS_ERRNO_EVENT_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_EVENT, 0x06)

Event reading error code: Null pointer.

Value: 0x02001c06

Solution: Check whether the input parameter is null.

在文件los_event.h137行定义。