#define LOS_ERRNO_QUEUE_ISFULL   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x16)

Queue error code: No free node is available during queue writing.

Value: 0x02000616

Solution: Ensure that free nodes are available before queue writing.

在文件los_queue.h261行定义。