FHIRClientHttpError
public struct FHIRClientHttpError
Error that wraps the the HTTP error along with an optional FHIR-OperationOutcome
-
Declaration
Swift
public let httpClientError: HTTPClientError
-
Declaration
Swift
public let operationOutcome: OperationOutcome?
-
Declaration
Swift
public init(httpClientError: HTTPClientError, operationOutcome: OperationOutcome?)