GiniPayBusinessError

public enum GiniPayBusinessError : Error

Errors thrown with GiniPayBusiness SDK.

  • Error thrown when there are no apps which supports Gini Pay installed.

    Declaration

    Swift

    case noInstalledApps
  • Error thrown when api return failure.

    Declaration

    Swift

    case apiError(GiniError)