#define LOS_ERRNO_QUEUE_MAIL_FREE_ERROR   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x1b)

Queue error code: The memory for the queue fails to be freed.

Value: 0x0200061b

Solution: Pass in correct input parameters.

在文件los_queue.h311行定义。