helix_fhir_client_sdk.exceptions.fhir_validation_exception
¶
Module Contents¶
- exception helix_fhir_client_sdk.exceptions.fhir_validation_exception.FhirValidationException(url, json_data, response_text, response_status_code, message)¶
Bases:
Exception
Common base class for all non-exit exceptions.
Validation Failure
- Parameters
url (str) – url that was being accessed
json_data (str) – data that was being sent
response_text (Optional[str]) – response from the FHIR server
response_status_code (Optional[int]) – status code returned by FHIR server
message (str) – error message