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