WalletPrepareProvisioningErrorCode

public enum WalletPrepareProvisioningErrorCode : String, StringValueConvertible

Enum describing invalid Wallet prepare provisioning error codes from the Gallagher cloud.

  • Unable to retrieve Cardholder details from Gallagher cloud, provisioning can be retried.

    Declaration

    Swift

    case getCardholderCallFailed
  • Command Center server is not configured for Apple wallet.

    Declaration

    Swift

    case commandCentreNotFound
  • Requested wallet type is available due to misconfiguration for Apple Wallet feature in the Command Center server.

    Declaration

    Swift

    case applePassTypeNotFound
  • Command Center server is not fully configured to provision Apple wallets.

    Declaration

    Swift

    case commandCentreInvalidAppleKeysOrTCI
  • The Cardholder the Apple wallet is being provisioned for is currently unauthorised.

    Declaration

    Swift

    case cardholderNotAuthorised
  • The Cardholder credential the Apple wallet is being provisioned for is currently disabled.

    Declaration

    Swift

    case mobileCredentialDisabled
  • The Cardholder the Apple wallet is being provisioned for is not found.

    Declaration

    Swift

    case cardholderNotFound
  • Requested wallet type is unauthorised to be used for the Command Center server.

    Declaration

    Swift

    case unauthorisedCardTemplateIdentifier
  • Generic failures error.

    Declaration

    Swift

    case unknown
  • Declaration

    Swift

    public var stringValue: String { get }