You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.New("multiple records found with same type and data")
38
+
ifdnsType==domain.RecordTypeSRV {
39
+
ifflattedData==flattenCurrentData {
40
+
ifcurrentRecord!=nil {
41
+
returnnil, fmt.Errorf("multiple records found with same type and data: existing record %s (ID: %s) conflicts with new record data %s", currentRecord.Data, currentRecord.ID, data)
returnnil, fmt.Errorf("multiple records found with same type and data: existing record %s (ID: %s) conflicts with new record data %s", currentRecord.Data, currentRecord.ID, data)
0 commit comments