#define LOS_ERRNO_SEM_OVERFLOW   LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x08)

Semaphore error code: The times of semaphore release exceed the maximum times permitted.

Value: 0x02000708

Solution: Perform corresponding operations based on the requirements in the code context.

在文件los_sem.h143行定义。