"Not found service with this interface description: "+json.dumps(clean_empty(service_instance.interface_details.to_dict())))
returnnot_found_error(detail=f"Service with interfaceDescription {json.dumps(clean_empty(service_instance.interface_details.to_dict()))} not found",cause="Not found Service")
"Not found service with this interface description: "+json.dumps(clean_empty(service_instance.interface_details.to_dict())))
returnnot_found_error(detail=f"Service with interfaceDescription {json.dumps(clean_empty(service_instance.interface_details.to_dict()))} not found",cause="Not found Service")
"Not found comptaible security method with pref security method")
returnbad_request_error(detail="Not found compatible security method with pref security method",cause="Error pref security method",invalid_params=[{"param":"prefSecurityMethods","reason":"pref security method not compatible with security method available"}])