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
Orderhas been declined and another order attempt can be madeDeclaration
Swift
case orderDeclined -
The
Orderhas failed because of a critical reason and no new attempts can be madeDeclaration
Swift
case orderFailed
OrderStatusUpdateError Enumeration Reference