Skip to main content

Client

The client domain represents errors related to the TrustFactor client.

enum Error.ClientDomainCode: Equatable {
case notStarted
case deviceNotRegistered
case alreadyRegistered
case notAuthenticated
case needsUpdate
case serviceNotAvailable
case notAuthorized
case permanentlyLocked
case needsAuthentication
case deviceNotReady
case couldNotSyncProfiles
case apnsTokenNotSet
case applicationNotFound
case profileNotFound
case needsToAcceptTermsAndConditions
case integrationAppNotSuported
case invalidLanguage
case doesNotMatchRequirements // usually contains information in the parameters
}