ValidatorError
public struct ValidatorError: Error, CustomStringConvertible
Error that is thrown when a validation fails. Proivdes the validator type and the value that failed validation
-
The value that failed validation.
Declaration
Swift
public let wrapperValue: Any