IAPVerificationErrorId

public enum IAPVerificationErrorId : String, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case incorrectService = "error.payment.incorrect.service"
  • Undocumented

    Declaration

    Swift

    case transactionidConsumed = "error.payment.transactionid.consumed"
  • Undocumented

    Declaration

    Swift

    case productNotFound = "error.payment.product.not.found"
  • Undocumented

    Declaration

    Swift

    case transactionNotFound = "error.payment.transaction.not.found"
  • Undocumented

    Declaration

    Swift

    case receiptNotFound = "error.payment.receipt.not.found"
  • Undocumented

    Declaration

    Swift

    case vaildationFailed = "error.payment.vaildation.failed"