PaymentInfoErrorSource
enum PaymentInfoErrorSource {}
PaymentInfoErrorSource
specifies the source that caused the error.
-
There is no Payment Error.
Declaration
Objective-C
PaymentInfoErrorSourceNone
Swift
case none = 0
-
There is a Payment Error thrown by the Vouchr Server.
Declaration
Objective-C
PaymentInfoErrorSourceServer
Swift
case server = 1
-
There is a Payment Error that the Creator needs to solve.
Declaration
Objective-C
PaymentInfoErrorSourceCreator
Swift
case creator = 2
-
There is a Payment Error that the Claimer needs to solve.
Declaration
Objective-C
PaymentInfoErrorSourceClaimer
Swift
case claimer = 3
-
It is unknown if there is a Payment Error. Can be treated the same as
PaymentInfoErrorSourceNone
.Declaration
Objective-C
PaymentInfoErrorSourceUnknown
Swift
case unknown = 4