hashmapinc / hashmapinc/Drillflow
DEV: TRAJ: Support error -425 for when a client specifies a returnElement= station-location-only in optionsIn
Open
good first issue
todo
- Dominant language
- Java
- Stars
- 21
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
The StoreValidator of df-Server needs to check for error -425 for when a client specifies an optionsIn key value pair equal to returnElements=
station-location-only AND the objectType != trajectory
## Implementation Details
1) In the com.hashmapinc.tempus.witsml.server.api.StoreValidator class, a new check needs to be added to _validateGetFromStore_
2) The check conditions are if (!WMLTypeIn.equals("trajectory") AND optionsIn.ContainsKey("station-location-only") then return -425
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.