ErrInvalidDatasourceID=errutil.BadRequest("query.invalidDatasourceId",errutil.WithPublicMessage("Query does not contain a valid data source identifier")).Errorf("invalid data source identifier")
ErrQueryParamMismatch=errutil.BadRequest("query.headerMismatch",errutil.WithPublicMessage("The request headers point to a different plugin than is defined in the request body")).Errorf("plugin header/body mismatch")
ErrDuplicateRefId=errutil.BadRequest("query.duplicateRefId",errutil.WithPublicMessage("Multiple queries using the same RefId is not allowed ")).Errorf("multiple queries using the same RefId is not allowed")