#define LOS_ERRNO_SYS_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_SYS, 0x10)

System time basic function error code: Null pointer.

Value: 0x02000010

Solution: Check whether the input parameter is null.

在文件los_sys.h60行定义。