ValidationResult

public enum ValidationResult<T> : Equatable where T : CheckoutError

Defines the outcome of a validation check, either success or failure.