#define LOS_ERRNO_QUEUE_WRITESIZE_ISZERO   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x13)

Queue error code: The buffer size passed in during queue writing is 0.

Value: 0x02000613

Solution: Pass in a correct buffer size.

在文件los_queue.h241行定义。