#define LOS_ERRNO_SEM_ALL_BUSY   LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x03)

Semaphore error code: No semaphore control structure is available.

Value: 0x02000703

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

在文件los_sem.h92行定义。