ValidationResult
public enum ValidationResult<T> : Equatable where T : CheckoutError
Defines the outcome of a validation check, either success or failure.
-
Declaration
Swift
case success
-
Declaration
Swift
case failure(T)