#define LOS_ERRNO_QUEUE_PARA_ISZERO   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0d)

Queue error code: The queue length or message node size passed in during queue creation is 0.

Value: 0x0200060d

Solution: Pass in correct queue length and message node size.

在文件los_queue.h190行定义。