fhirbug.exceptions¶
-
exception
fhirbug.exceptions.AuthorizationError(auditEvent, query=None)[source]¶ The request could not be authorized.
-
auditEvent= None¶ This exception carries an auditEvent resource describing why authorization failed It can be thrown anywhere in a mappings
.get()method.
-
-
exception
fhirbug.exceptions.DoesNotExistError(pk=None, resource_type=None)[source]¶ A http request query was malformed or not understood by the server
-
exception
fhirbug.exceptions.MappingException[source]¶ A fhir mapping received data that was not correct
-
exception
fhirbug.exceptions.OperationError(severity='error', code='exception', diagnostics='', status_code=500)[source]¶ An exception that happens during a requested operation that should be returned as an OperationOutcome to the user.