Enum ErrorType
Represents the types of validation errors that can occur.
public enum ErrorType
- Extension Methods
Fields
InvalidCheckDigit = 2The check digit is invalid.
InvalidFormat = 1The value has an invalid format.
NoValue = 0No value was provided.