//getting distance of an element that is not in the DB (not in scenario, not connected) returns error code 400 (bad parameters) in the API. Using that error code to track that request made it to GIS but no good result, so ignore that address (monitored or ref)
//getting element that is not in the DB (not in scenario, not connected) returns error code 400 (bad parameters) in the API. Using that error code to track that request made it to GIS but no good result, so ignore that address (monitored or ref)
errCodeStr:=strings.Split(err.Error()," ")
iferrCodeStr[0]==badRequestErrorCodeString{
ifhttpResp.StatusCode==http.StatusBadRequest{
//if the UE was within the zone, continue processing to send a LEAVING notification, otherwise, go to next subscription