OrderStatusUpdateError
public enum OrderStatusUpdateError : Error
Error that can occur upon polling for Order
status updates.
-
A number of polling attempt is made, but the
Order
‘s status hasn’t changed yet.Declaration
Swift
case statusUpdateDidTimeOut
-
The
Order
has been declined and another order attempt can be madeDeclaration
Swift
case orderDeclined
-
The
Order
has failed because of a critical reason and no new attempts can be madeDeclaration
Swift
case orderFailed