ValidationError

public enum ValidationError : Error

Possible validation errors.

  • incorrectLength - The VAT identifier should have 10 digits.
  • checkSumNotMatch - Checksum should be equal 10th digit of the VAT Identifier.
  • The VAT Identifier should have 10 digits.

    Declaration

    Swift

    case incorrectLength
  • Checksum should be equal 10th digit of the VAT ID.

    Declaration

    Swift

    case checkSumNotMatch