#define LOS_ERRNO_QUEUE_SIZE_TOO_BIG   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x03)

Queue error code: The size of the biggest message in the created queue is too big.

Value: 0x02000603

Solution: Change the size of the biggest message in the created queue.

在文件los_queue.h90行定义。