You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
Are only there for tracking purposes and should not be exposed to the client as a "handleable" error.
Possible solution:
The tracker .validation error currently takes a ClientError so one possible fix would be to have a .validation(clientError: ClientError) and .validation(string: String) and just use a hardcoded tracker specific string with agreements missing.
The two client errors:
ClientErrors.agreements
account-sdk-ios/Source/UI/Screens/Terms/TermsViewController.swift
Line 154 in f3b3837
ClientError.requiredField
account-sdk-ios/Source/UI/Screens/RequiredFields/RequiredFieldsViewController.swift
Line 330 in f3b3837
Are only there for tracking purposes and should not be exposed to the client as a "handleable" error.
Possible solution:
On required field:
The text was updated successfully, but these errors were encountered: