Error
public enum Error : Swift.Error, RawRepresentable
-
Declaration
Swift
case decoding(message: String)
-
Declaration
Swift
case unknown(message: String)
-
Declaration
Swift
case missingStatus
-
Declaration
Swift
case missingPatientReceiptReference
-
Declaration
Swift
case missingPatientReceiptIdentifier
-
Declaration
Swift
case missingPatientReceiptBundle
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public init(rawValue: RawValue)
-
Declaration
Swift
public var rawValue: RawValue { get }