RemoteStoreError
public enum RemoteStoreError : Swift.Error, LocalizedError, Equatable
Remote store error cases
-
Declaration
Swift
public static func == (lhs: RemoteStoreError, rhs: RemoteStoreError) -> Bool
-
Declaration
Swift
case fhirClient(FHIRClient.Error)
-
Declaration
Swift
case notImplemented
-
Declaration
Swift
public var errorDescription: String? { get }