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
return(fmt.Errorf("Failed to find id_attribute '%s' in the record: %s", id_attribute, err))
154
155
}
155
156
156
-
ifdebug { log.Printf("datasource_api_object.go: Found ID %s", id) }
157
+
ifdebug { log.Printf("datasource_api_object.go: Found ID '%s'", id) }
157
158
158
159
/* But there is no id attribute??? */
159
160
if""==id {
160
-
return(errors.New(fmt.Sprintf("The object for '%s'='%s' did not have the id attribute '%s'", search_key, search_value, id_attribute)))
161
+
return(errors.New(fmt.Sprintf("The object for '%s'='%s' did not have the id attribute '%s', or the value was empty.", search_key, search_value, id_attribute)))
0 commit comments