GiniBankError

public enum GiniBankError : Error, Equatable

Errors thrown with Gini Bank SDK.

  • Error thrown when there is no requestId in Url from business partner’s app.

    Declaration

    Swift

    case noRequestId
  • Error thrown when api return failure.

    Declaration

    Swift

    case apiError(GiniError)
  • Error thrown amount value cannot be parsed to the api format.

    Declaration

    Swift

    case amountParsingError(amountString: String)