FHIR
FHIR copied to clipboard
fhir-bucket-*-cli.jar should exit right away if there are errors when you first start the tool
Is your feature request related to a problem? Please describe.
If you provide a property file to the fhir-bucket-*-cli.jar
file that is in error. Something not found, or wrong authority provided.
The tool just keeps hitting the same error over and over until you manually end the call
Describe the solution you'd like If there is a not found or authority error with what is provided, the tool should stop right away and not keep looping.
Describe alternatives you've considered Have a max error loop retry.
Acceptance Criteria
Provide a cos properties file that has incorrect authorization information Provide a non existent bucket name The tool should end in both cases after it hits the error.