Error Reporting

HYPR SDK for iOS

HYPR SDK for iOS has comprehensive error reporting throughout the framework. Errors generated at a particular layer will be bubbled up via a NSError-based "stack" of underlying errors in the NSError userInfo dictionary. The root error may be easily accessed via the -rootError category method on NSError, provided in HYPRError.h.

Currently, the implementation of error handling abstracts a lot of the detail away from the top user and will return a localized description of Invalid Parameters, User Cancelled, or Failed to register user. All errors returned by HYPR SDK for iOS will be in the HYPRErrorDomain, with specific codes described in HYPRError.h. Underlying errors may be in whichever error domain is appropriate for the module generating them (NSURLErrorDomain, Security Framework, etc.).

The userInfo dictionary may contain additional keys, such as NSFailureReasonKey, but this is not guaranteed for all errors. The mandatory keys for the userInfo dictionary are:

  • NSLocalizedDescriptionKey includes the general error cause; more detailed information could be found by looking at the error code
  • HYPRErrorUserActionKey includes the string with recommended user action, which can be used to present it to the app user

Additional keys include the following:

  • NSUnderlyingError property of the returned error object will contain the root cause of the top-level error

Error codes returned from calls to the HYPR User Agent include the following:
HYPRErrorCancelled
HYPRErrorRegistrationFailed
HYPRErrorAuthenticationFailed
HYPRErrorDeregisterFailed
HYPRErrorRemoteDeviceSetupRegistrationFailed
HYPRErrorRemoteDeviceCompleteRegistrationFailed
HYPRErrorInvalidParameters
HYPRErrorRemoteDeviceAuthenticationFailed
HYPRErrorUserAgentNoProfileRegistered
HYPRErrorUserAgentDeviceCredentialsNotFound
HYPRErrorUserAgentDeviceAuthenticateWithShoveFailed

Refer to the HYPR Error Codes Troubleshooting Table for more details.

iOS Errors

Below is a full list of all possible errors from HYPR SDK for iOS. The table is listed by error string and code, detailed cause, and display information in the SDK.

Additionally, HyprCore/HyprError.h file contains all HYPR error codes.

HYPR SDK for iOS 4.6.0+

Display Error Code Display Error String and Code Detailed Cause Error Line Listed Cause Error Line Listed Reason
Error # 10128HYPRChainErrorCodeUserCancelled = 10128Operation cancelled by userOperation canceledTry again or request support for more assistance.
Error # 105017HYPRErrorASMAuthenticationAuthenticateOutUserCancelled = 105017FIDO authentication user cancelledAuthentication canceledTry again or request support for more assistance.
Error # 105007HYPRErrorASMRegistrationRegisterOutUserCancelled = 105007FIDO registration user cancelledRegistration canceledTry again or request support for more assistance.
Error # 106007HYPRErrorAuthenticatorRegisterAuthenticatonResultCancelled = 106007FIDO registration user cancelledRegistration canceledTry again or request support for more assistance.
Error # 106011HYPRErrorAuthenticatorRegisterEnrollmentResultCancelled = 106011FIDO registration user cancelledRegistration canceledTry again or request support for more assistance.
Error # 106030HYPRErrorAuthenticatorSignAuthenticationUserCancelled = 106030FIDO sign user cancelledOperation canceledTry again or request support for more assistance.
Error # 106035HYPRErrorAuthenticatorSignTransactionResultCancelled = 106035FIDO transaction sign user cancelledOperation canceledTry again or request support for more assistance.
Error # 10999HYPRErrorCancelled = 10999The operation was cancelledOperation canceledTry again or request support for more assistance.
Error # 104018HYPRErrorClientAuthenticationASMHandleRequestUserCancelled = 104018FIDO authentication user cancelledAuthentication canceledTry again or request support for more assistance.
Error # 104011HYPRErrorClientRegistrationASMHandleRequestUserCancelled = 104011FIDO registration user cancelledRegistration canceledTry again or request support for more assistance.
Error # 107031HYPRErrorFaceAuthenticatorEnrollmentResultCancelled = 107031Face authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107029HYPRErrorFaceAuthenticatorUserCancelled = 107029Face authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107035HYPRErrorFaceAuthenticatorVerificationResultCancelled = 107035Face authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107004HYPRErrorFaceIDAuthenticatorConfirmationResultCancelled = 107004Face ID authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107024HYPRErrorFaceIDAuthenticatorUserCancelled = 107024Face ID authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107012HYPRErrorFingerprintAuthenticatorConfirmationResultCancelled = 107012Fingerprint authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107023HYPRErrorFingerprintAuthenticatorUserCancelled = 107023Fingerprint authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107019HYPRErrorPINAuthenticatorConfirmationResultCancelled = 107019PIN authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107046HYPRErrorVoiceAuthenticatorEnrollmentResultCancelled = 107046Voice authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107044HYPRErrorVoiceAuthenticatorUserCancelled = 107044Voice authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 107050HYPRErrorVoiceAuthenticatorVerificationResultCancelled = 107050Voice authenticator user cancelledOperation canceledTry again or request support for more assistance.
Error # 10201HYPRChainErrorCodeADPFailed = 10201,ADP failedOperation failedTry again or request support for more assistance.
Error # 10129HYPRChainErrorCodeAuthFailed = 10129,Data verification failedOperation failedTry again or request support for more assistance.
Error # 10300HYPRChainErrorCodeKeyNotFound = 10300,Key not foundOperation failedTry again or request support for more assistance.
Error # 10200HYPRChainErrorCodeSecureEnclaveFailed = 10200,Secure Enclave failedOperation failedTry again or request support for more assistance.
Error # 10100HYPRChainErrorCodeSHA256Unavailable = 10100,SHA256 result not availableOperation failedTry again or request support for more assistance.
Error # 108002HYPRErrorADPCannotInitializeMoreThanOneInstance = 108002ADP already initializedInitialization failedSomething went wrong with your authentication method. Please try again.
Error # 108001HYPRErrorADPNotAvailable = 108001ADP not availableInitialization failedSomething went wrong with your authentication method. Please try again.
Error # 108000HYPRErrorADPNotInitialized = 108000ADP not initializedOperation failedTry again or request support for more assistance.
Error # 105015HYPRErrorASMAuthenticationAuthenticateOutAccessDenied = 105015FIDO authentication failed (multiple reasons)Authentication failedTry again or request support for more assistance.
Error # 105019HYPRErrorASMAuthenticationAuthenticateOutAttestationNotSupported = 105019FIDO required attestation not supportedAuthentication failedTry again or request support for more assistance.
Error # 105020HYPRErrorASMAuthenticationAuthenticateOutCannotRenderContent = 105020FIDO transaction content cannot be renderedAuthentication failedTry again or request support for more assistance.
Error # 105018HYPRErrorASMAuthenticationAuthenticateOutCmdNotSupported = 105018FIDO command not supportedAuthentication failedTry again or request support for more assistance.
Error # 105014HYPRErrorASMAuthenticationAuthenticateOutError = 105014Authentication failedTry again or request support for more assistance.
Error # 105021HYPRErrorASMAuthenticationAuthenticateOutUnknownError = 105021FIDO authentication unknown errorAuthentication failedTry again or request support for more assistance.
Error # 105016HYPRErrorASMAuthenticationAuthenticateOutUserNotEnrolled = 105016FIDO authentication user not enrolledAuthentication failedTry again or request support for more assistance.
Error # 105022HYPRErrorASMAuthenticationAuthenticateZeroKeyHandles = 105022FIDO cannot find key handles for the current username, aaid, keyIdsAuthentication failedTry again or request support for more assistance.
Error # 105012HYPRErrorASMAuthenticationAuthenticatorNotFound = 105012FIDO authenticator for index not foundAuthentication failedTry again or request support for more assistance.
Error # 105011HYPRErrorASMAuthenticationBadAuthenticateParameters = 105011FIDO invalid authentication ASM requestAuthentication failedTry again or request support for more assistance.
Error # 105013HYPRErrorASMAuthenticationBadSigningRequestParameters = 105013FIDO authentication signing ASM request invalidAuthentication failedTry again or request support for more assistance.
Error # 105010HYPRErrorASMAuthenticationInvalidRequestType = 105010FIDO Invalid authentication ASM requestAuthentication failedTry again or request support for more assistance.
Error # 105027HYPRErrorASMDeregisterAccessDenied = 105027FIDO deregistration failed (multiple reasons)Deregistration failedTry again or request support for more assistance.
Error # 105025HYPRErrorASMDeregisterAuthenticatorNotFound = 105025FIDO deregistration authenticator not foundDeregistration failedTry again or request support for more assistance.
Error # 105024HYPRErrorASMDeregisterBadDegisterParameters = 105024FIDO deregistration invalid ASM requestDeregistration failedTry again or request support for more assistance.
Error # 105030HYPRErrorASMDeregisterDeleteError = 105030FIDO deregistration cannot delete public private key pairDeregistration failedTry again or request support for more assistance.
Error # 105029HYPRErrorASMDeregisterHashNotEqual = 105029FIDO deregistration khAccessTokenHash from server is not equal to the local oneDeregistration failedTry again or request support for more assistance.
Error # 105023HYPRErrorASMDeregisterInvalidRequestType = 105023FIDO deregistration invalid ASM request typeDeregistration failedTry again or request support for more assistance.
Error # 105028HYPRErrorASMDeregisterNoKeyHandle = 105028FIDO deregistration cannot find key handles for the current aaid, keyIdsDeregistration failedTry again or request support for more assistance.
Error # 105026HYPRErrorASMDeregisterUnableToParseCommand = 105026FIDO deregistration invalid ASM requestDeregistration failedTry again or request support for more assistance.
Error # 105038HYPRErrorASMGetInfoInvalidRequestType = 105038FIDO get information invalid ASM request typeOperation failedTry again or request support for more assistance.
Error # 105037HYPRErrorASMGetRegistrationsAuthenticatorNotFound = 105037FIDO get registration authenticator not foundOperation failedTry again or request support for more assistance.
Error # 105035HYPRErrorASMGetRegistrationsBadGetRegistrationParameters = 105035FIDO get registration invalid ASM requestOperation failedTry again or request support for more assistance.
Error # 105036HYPRErrorASMGetRegistrationsInvalidRequestType = 105036FIDO get registration invalid ASM request typeOperation failedTry again or request support for more assistance.
Error # 105032HYPRErrorASMOpenSettingsAuthenticatorNotFound = 105032FIDO open settings authenticator not foundOperation failedTry again or request support for more assistance.
Error # 105033HYPRErrorASMOpenSettingsCmdNotSupported = 105033FIDO command not supportedOperation failedTry again or request support for more assistance.
Error # 105031HYPRErrorASMOpenSettingsInvalidRequestType = 105031FIDO open settings invalid ASM request typeOperation failedTry again or request support for more assistance.
Error # 105034HYPRErrorASMOpenSettingsUnknownError = 105034FIDO open setting unknown errorOperation failedTry again or request support for more assistance.
Error # 105003HYPRErrorASMRegistrationAuthenticatorNotFound = 105003FIDO authenticator for index not foundRegistration failedTry again or request support for more assistance.
Error # 105002HYPRErrorASMRegistrationBadRegisterParameters = 105002FIDO invalid registration ASM requestRegistration failedTry again or request support for more assistance.
Error # 105001HYPRErrorASMRegistrationInvalidRequestType = 105001FIDO Invalid registration ASM requestRegistration failedTry again or request support for more assistance.
Error # 105004HYPRErrorASMRegistrationNoRegisterRequest = 105004FIDO cannot generate registration requestRegistration failedTry again or request support for more assistance.
Error # 105006HYPRErrorASMRegistrationRegisterOutAccessDenied = 105006FIDO registration failed (multiple reasons)Registration failedTry again or request support for more assistance.
Error # 105008HYPRErrorASMRegistrationRegisterOutAttestationNotSupported = 105008FIDO required attestation not supportedRegistration failedTry again or request support for more assistance.
Error # 105005HYPRErrorASMRegistrationRegisterOutError = 105005Registration failedTry again or request support for more assistance.
Error # 105009HYPRErrorASMRegistrationRegisterOutUnknownError = 105009FIDO registration unknown errorRegistration failedTry again or request support for more assistance.
Error # 10102HYPRErrorAuthenticationFailed = 10102The authentication operation failedAuthentication failedTry again or request support for more assistance.
Error # 106019HYPRErrorAuthenticatorDeregisterAuthenticatorNotFound = 106019FIDO deregistration authenticator not foundDeregistration failedTry again or request support for more assistance.
Error # 106018HYPRErrorAuthenticatorDeregisterUnableToParseCommand = 106018FIDO deregistration invalid authenticator commandDeregistration failedTry again or request support for more assistance.
Error # 106036HYPRErrorAuthenticatorGetInfoUnableToParseCommand = 106036FIDO get information invalid commandOperation failedTry again or request support for more assistance.
Error # 106037HYPRErrorAuthenticatorOpenSettingsUnableToParseCommand = 106037FIDO open settings invalid commandOperation failedTry again or request support for more assistance.
Error # 106008HYPRErrorAuthenticatorRegisterAuthenticatonResultFailed = 106008FIDO registration failedRegistration failedTry again or request support for more assistance.
Error # 106009HYPRErrorAuthenticatorRegisterAuthenticatonResultUnavailable = 106009FIDO registration result unavailableRegistration failedTry again or request support for more assistance.
Error # 106010HYPRErrorAuthenticatorRegisterAuthenticatonResultUnknown = 106010FIDO registration result unknownRegistration failedTry again or request support for more assistance.
Error # 106002HYPRErrorAuthenticatorRegisterAuthenticatorAuthenticatorNotFound = 106002FIDO registration authenticator not foundRegistration failedTry again or request support for more assistance.
Error # 106016HYPRErrorAuthenticatorRegisterAuthenticatorGenerateKeyError = 106016FIDO registration key generation failedRegistration failedTry again or request support for more assistance.
Error # 106017HYPRErrorAuthenticatorRegisterAuthenticatorHashAndSignError = 106017FIDO registration hashing and signing response errorRegistration failedTry again or request support for more assistance.
Error # 106003HYPRErrorAuthenticatorRegisterAuthenticatorNoPublicKeyData = 106003FIDO registration no public key data foundRegistration failedTry again or request support for more assistance.
Error # 106006HYPRErrorAuthenticatorRegisterAuthenticatorNoRawSignature = 106006FIDO registration no raw signature createdRegistration failedTry again or request support for more assistance.
Error # 106004HYPRErrorAuthenticatorRegisterAuthenticatorNoRegistrationData = 106004FIDO registration no registration data foundRegistration failedTry again or request support for more assistance.
Error # 106005HYPRErrorAuthenticatorRegisterAuthenticatorNoSignedData = 106005FIDO registration no signed data createdRegistration failedTry again or request support for more assistance.
Error # 106001HYPRErrorAuthenticatorRegisterAuthenticatorUnableToParseCommand = 106001FIDO registration invalid authenticator commandRegistration failedTry again or request support for more assistance.
Error # 106015HYPRErrorAuthenticatorRegisterEnrollmentAlreadyEnrolled = 106015FIDO registration user already enrolledRegistration failedTry again or request support for more assistance.
Error # 106012HYPRErrorAuthenticatorRegisterEnrollmentResultFailed = 106012FIDO registration enrollment failedRegistration failedTry again or request support for more assistance.
Error # 106013HYPRErrorAuthenticatorRegisterEnrollmentResultUnavailable = 106013FIDO registration enrollment unavailableRegistration failedTry again or request support for more assistance.
Error # 106014HYPRErrorAuthenticatorRegisterEnrollmentResultUnknown = 106014FIDO registration enrollment result unknownRegistration failedTry again or request support for more assistance.
Error # 106029HYPRErrorAuthenticatorSignAuthenticationAccessDenied = 106029FIDO sign failed (multiple reasons)Operation failedTry again or request support for more assistance.
Error # 106028HYPRErrorAuthenticatorSignAuthenticationUnknownError = 106028FIDO sign unknown errorOperation failedTry again or request support for more assistance.
Error # 106031HYPRErrorAuthenticatorSignAuthenticationUserNotEnrolled = 106031FIDO authentication user not enrolledOperation failedTry again or request support for more assistance.
Error # 106021HYPRErrorAuthenticatorSignAuthenticatorNotFound = 106021FIDO authentication authenticator not foundAuthentication failedTry again or request support for more assistance.
Error # 106025HYPRErrorAuthenticatorSignHashAndSignError = 106025FIDO sign hashing and signing response errorOperation failedTry again or request support for more assistance.
Error # 106022HYPRErrorAuthenticatorSignNoAuthenticatorInfo = 106022FIDO authentication authenticator info not foundAuthentication failedTry again or request support for more assistance.
Error # 106027HYPRErrorAuthenticatorSignNoRawSignature = 106027FIDO no raw signature createdOperation failedTry again or request support for more assistance.
Error # 106026HYPRErrorAuthenticatorSignNoSignature = 106026FIDO failed to sign the commandOperation failedTry again or request support for more assistance.
Error # 106033HYPRErrorAuthenticatorSignTransactionAccessDenied = 106033FIDO transaction sign failed (multiple reasons)Operation failedTry again or request support for more assistance.
Error # 106034HYPRErrorAuthenticatorSignTransactionCannotRenderContent = 106034FIDO transaction content cannot be renderedOperation failedTry again or request support for more assistance.
Error # 106032HYPRErrorAuthenticatorSignTransactionUnknownError = 106032FIDO transaction sign unknown errorOperation failedTry again or request support for more assistance.
Error # 106020HYPRErrorAuthenticatorSignUnableToParseCommand = 106020FIDO authentication invalid sing commandAuthentication failedTry again or request support for more assistance.
Error # 106023HYPRErrorAuthenticatorSignUserNotEnrolled = 106023FIDO authentication user not enrolledAuthentication failedTry again or request support for more assistance.
Error # 106024HYPRErrorAuthenticatorSignZeroKeyHandles = 106024FIDO cannot find key handles for the current username, aaid, keyIdsOperation failedTry again or request support for more assistance.
Error # 104016HYPRErrorClientAuthenticationASMError = 104016FIDO Failed to initialize ASMAuthentication failedTry again or request support for more assistance.
Error # 104019HYPRErrorClientAuthenticationASMHandleRequestAccessDenied = 104019FIDO authentication failed (multiple reasons)Authentication failedTry again or request support for more assistance.
Error # 104020HYPRErrorClientAuthenticationASMHandleRequestError = 104020FIDO authentication ASM request invalidAuthentication failedTry again or request support for more assistance.
Error # 104021HYPRErrorClientAuthenticationAuthenticationResponseError = 104021FIDO authentication UAF response invalidAuthentication failedTry again or request support for more assistance.
Error # 104017HYPRErrorClientAuthenticationAuthenticatorNotFound = 104017FIDO no authenticators matched during authenticationAuthentication failedTry again or request support for more assistance.
Error # 104015HYPRErrorClientAuthenticationInvalidRequest = 104015FIDO Invalid authentication requestAuthentication failedTry again or request support for more assistance.
Error # 104023HYPRErrorClientDeregisterASMError = 104023FIDO Failed to initialize ASMDeregistration failedTry again or request support for more assistance.
Error # 104024HYPRErrorClientDeregisterASMHandleRequestAccessDenied = 104024FIDO deregistration failed (multiple reasons)Deregistration failedTry again or request support for more assistance.
Error # 104025HYPRErrorClientDeregisterASMHandleRequestError = 104025FIDO deregistration ASM request invalidDeregistration failedTry again or request support for more assistance.
Error # 104022HYPRErrorClientDeregisterInvalidRequest = 104022FIDO Invalid deregistration requestDeregistration failedTry again or request support for more assistance.
Error # 104004HYPRErrorClientHTTPUsed = 104004FIDO http used instead of https in UAF requestOperation failedTry again or request support for more assistance.
Error # 104001HYPRErrorClientInitializationError = 104001FIDO UAF Protocol object missing/malformedOperation failedTry again or request support for more assistance.
Error # 104003HYPRErrorClientInvalidRequestType = 104003Operation failedTry again or request support for more assistance.
Error # 104006HYPRErrorClientInvalidTrustedFacetsCount = 104006FIDO Wrong number of facets retrieved from urlOperation failedTry again or request support for more assistance.
Error # 104009HYPRErrorClientRegistrationASMError = 104009FIDO Failed to initialize ASMRegistration failedTry again or request support for more assistance.
Error # 104012HYPRErrorClientRegistrationASMHandleRequestAccessDenied = 104012FIDO registration failed (multiple reasons)Registration failedTry again or request support for more assistance.
Error # 104013HYPRErrorClientRegistrationASMHandleRequestError = 104013FIDO registration ASM request invalidRegistration failedTry again or request support for more assistance.
Error # 104010HYPRErrorClientRegistrationAuthenticatorNotFound = 104010FIDO no authenticators matched during registrationRegistration failedTry again or request support for more assistance.
Error # 104008HYPRErrorClientRegistrationInvalidRequest = 104008FIDO Invalid registration requestRegistration failedTry again or request support for more assistance.
Error # 104014HYPRErrorClientRegistrationRegistrationResponseError = 104014FIDO registration UAF response invalidRegistration failedTry again or request support for more assistance.
Error # 104027HYPRErrorClientSetAAIDPickerViewControllerError = 104027FIDO Consumer’s AAID picker view controller doesn’t conform to HYPRAuthenticatorPicker categoryOperation failedTry again or request support for more assistance.
Error # 104007HYPRErrorClientTrustedFacetsFromError = 104007FIDO Wrong facets format or contentOperation failedTry again or request support for more assistance.
Error # 104005HYPRErrorClientTrustedFacetsFromURLError = 104005FIDO Retrieving facets from url failedOperation failedTry again or request support for more assistance.
Error # 104002HYPRErrorClientUnknownOperation = 104002FIDO UAF Protocol object missing/malformedOperation failedTry again or request support for more assistance.
Error # 104026HYPRErrorClientUnknownUnknownError = 104026FIDO unknown operationOperation failedTry again or request support for more assistance.
Error # 1020000HYPRErrorCoreHMACValidationFailed = 1020000HMAC validation failedOperation failedTry again or request support for more assistance.
Error # 10102HYPRErrorDeregisterFailed = 10102The deregister operation failedDeregistration failedTry again or request support for more assistance.
Error # 107025HYPRErrorFaceAuthenticatorAlreadyEnrolled = 107025Face authenticator user already enrolledOperation failedTry again or request support for more assistance.
Error # 107028HYPRErrorFaceAuthenticatorCannotRenderContent = 107028Face authenticator cannot render contentOperation failedTry again or request support for more assistance.
Error # 107027HYPRErrorFaceAuthenticatorDeregisterUnknownError = 107027Operation failedTry again or request support for more assistance.
Error # 107030HYPRErrorFaceAuthenticatorEnrollmentResultFailed = 107030Face authenticator user enrollment failedOperation failedTry again or request support for more assistance.
Error # 107032HYPRErrorFaceAuthenticatorEnrollmentResultTimedOut = 107032Face authenticator enrollment timeoutOperation failedTry again or request support for more assistance.
Error # 107033HYPRErrorFaceAuthenticatorEnrollmentResultUnknownError = 107033Face authenticator user enrollment result unknownOperation failedTry again or request support for more assistance.
Error # 107038HYPRErrorFaceAuthenticatorUserDataMigrationFailed = 107038Face authenticator user data migration to new version failedOperation failedTry again or request support for more assistance.
Error # 107026HYPRErrorFaceAuthenticatorUserIsNotEnrolled = 107026Face authenticator user is not enrolledOperation failedTry again or request support for more assistance.
Error # 107034HYPRErrorFaceAuthenticatorVerificationResultFailed = 107034Face authenticator user verification failedOperation failedTry again or request support for more assistance.
Error # 107036HYPRErrorFaceAuthenticatorVerificationResultTimedOut = 107036Face authenticator verification timeoutOperation failedYour request did not complete in time. Please try again.
Error # 107037HYPRErrorFaceAuthenticatorVerificationResultUnknownError = 107037Face authenticator verification result unknownOperation failedTry again or request support for more assistance.
Error # 107001HYPRErrorFaceIDAuthenticator = 107001Face ID authenticator errorOperation failedTry again or request support for more assistance.
Error # 107006HYPRErrorFaceIDAuthenticatorAlreadyEnrolled = 107006Face ID authenticator user already enrolledOperation failedTry again or request support for more assistance.
Error # 107003HYPRErrorFaceIDAuthenticatorCannotRenderContent = 107003Face ID authenticator cannot render contentOperation failedTry again or request support for more assistance.
Error # 107007HYPRErrorFaceIDAuthenticatorDeletionResultNotEnrolled = 107007Operation failedTry again or request support for more assistance.
Error # 107005HYPRErrorFaceIDAuthenticatorDeletionResultNotSupported = 107005Face ID biometric removal not supportedOperation failedTry again or request support for more assistance.
Error # 107008HYPRErrorFaceIDAuthenticatorDeletionResultUnknown = 107008Operation failedTry again or request support for more assistance.
Error # 107002HYPRErrorFaceIDAuthenticatorNotAvailable = 107002Face ID authenticator not availableOperation failedTry again or request support for more assistance.
Error # 107009HYPRErrorFingerprintAuthenticator = 107009Fingerprint authenticator errorOperation failedTry again or request support for more assistance.
Error # 107014HYPRErrorFingerprintAuthenticatorAlreadyEnrolled = 107014Fingerprint authenticator user already enrolledOperation failedTry again or request support for more assistance.
Error # 107011HYPRErrorFingerprintAuthenticatorCannotRenderContent = 107011Fingerprint authenticator cannot render contentOperation failedTry again or request support for more assistance.
Error # 107015HYPRErrorFingerprintAuthenticatorDeletionResultNotEnrolled = 107015Operation failedTry again or request support for more assistance.
Error # 107013HYPRErrorFingerprintAuthenticatorDeletionResultNotSupported = 107013Fingerprint biometric removal not supportedOperation failedTry again or request support for more assistance.
Error # 107016HYPRErrorFingerprintAuthenticatorDeletionResultUnknown = 107016Operation failedTry again or request support for more assistance.
Error # 107010HYPRErrorFingerprintAuthenticatorNotAvailable = 107010Fingerprint authenticator not availableOperation failedTry again or request support for more assistance.
Error # 10111HYPRErrorInsufficientPermission = 10111Sensory The operation was not granted permission to completeOperation failedTry again or request support for more assistance.
Error # 10100HYPRErrorInvalidParameters = 10100Parameters supplied were not valid for the specified operationOperation failedTry again or request support for more assistance.
Error # 102502HYPRErrorLicenseJSONSerializationFailed = 102502Parsing Licensing server response failedOperation failedTry again or request support for more assistance.
Error # 10112HYPRErrorLicenseSetupFailed = 10112Unable to successfully complete license setupSomething went wrongIt looks like you are offline, so we couldn't complete the pairing process. Check that you are connected to the internet and try again.
Error # 102503HYPRErrorLicenseUnexpectedResponsePayloadFormat = 102503Parsing Licensing server response failedOperation failedTry again or request support for more assistance.
Error # 102501HYPRErrorLicenseURLDataTaskRequestFailed = 102501Request to Licensing server failedOperation failedTry again or request support for more assistance.
Error # 107017HYPRErrorPINAuthenticatorAlreadyEnrolled = 107017PIN authenticator user already enrolledOperation failedTry again or request support for more assistance.
Error # 107018HYPRErrorPINAuthenticatorCannotRenderContent = 107018PIN authenticator cannot render contentOperation failedTry again or request support for more assistance.
Error # 107020HYPRErrorPINAuthenticatorDeletionResultNotEnrolled = 107020PIN authenticator user not enrolledOperation failedTry again or request support for more assistance.
Error # 107021HYPRErrorPINAuthenticatorDeletionResultUnknown = 107021PIN authenticator user data deletion errorOperation failedTry again or request support for more assistance.
Error # 107022HYPRErrorPINAuthenticatorUserIsNotEnrolled = 107022PIN authenticator user not enrolledOperation failedTry again or request support for more assistance.
Error # 1030010HYPRErrorQRCodeScanPermissionError = 1030010Not enough permissions to enable QR scannerOperation failedThis app needs permission to use the camera. Please enable it in the app’s settings.
Error # 10101HYPRErrorRegistrationFailed = 10101The registration operation failedSomething went wrongTry again or request support for more assistance.
Error # 102002HYPRErrorRelyingPartyJSONSerializationFailed = 102002Parsing RP server response failedOperation failedTry again or request support for more assistance.
Error # 102003HYPRErrorRelyingPartyUnexpectedResponsePayloadFormat = 102003Parsing RP server response failedOperation failedTry again or request support for more assistance.
Error # 102001HYPRErrorRelyingPartyURLDataTaskRequestFailed = 102001Request to the RP server failedOperation failedTry again or request support for more assistance.
Error # 10109HYPRErrorRemoteDeviceAuthenticationFailed = 10109Unable to complete the remote device authentication (eg. push notification-based operation for web login or transaction)Something went wrongWe couldn't reach your device to unlock it. Check that it's turned on, and that you are connected to the internet, then try again.
Error # 10108HYPRErrorRemoteDeviceCancelUnlockFailed = 10108Unable to cancel the authorized unlock (eg. unlock windows machine)Something went wrongIt looks like you are offline, so we couldn't cancel the unlocking process. Check that you are connected to the internet and try again.
Error # 10102HYPRErrorRemoteDeviceCompleteRegistrationFailed = 10106Unable to register the remote devicePairing failedTry again or request support for more assistance.
Error # 10110HYPRErrorRemoteDeviceDeregisterFailed = 10110Unable to complete the deregister of one or more remote devicesDeregistration failedCheck that you are connected to the internet and try again.
Error # 10104HYPRErrorRemoteDeviceRegistrationFailed = 10104Unable to register the remote deviceRegistration failedTry again or request support for more assistance.
Error # 10105HYPRErrorRemoteDeviceSetupRegistrationFailed = 10105Unable to register the remote deviceRegistration failedTry again or request support for more assistance.
Error # 10107HYPRErrorRemoteDeviceUnlockFailed = 10107Unable to unlock the remote device (eg. unlock windows machine)Something went wrongIt looks like you are offline, so we couldn't complete your login. Check that you are connected to the internet and try again.
Error # 10114HYPRErrorResetAppFailed = 10114Unable to successfully complete reset appSomething went wrongIt looks like you are offline, so we couldn't complete the pairing process. Check that you are connected to the internet and try again.
Error # 10113HYPRErrorStatusUpdateFailed = 10113Unable to successfully complete status requestSomething went wrongIt looks like you are offline, so we couldn't complete the pairing process. Check that you are connected to the internet and try again.
Error # 0HYPRErrorSuccess = 100Operation succeededOperation failedTry again or request support for more assistance.
Error # 1HYPRErrorUnknown = 101An unknown error occurredOperation failedTry again or request support for more assistance.
Error # 101004HYPRErrorUserAgentAuthenticationGetRequestError = 101004FIDO Authentication get request failedAuthentication failedTry again or request support for more assistance.
Error # 101005HYPRErrorUserAgentAuthenticationInvalidUAFResponse = 101005FIDO Invalid UAF authentication response receivedAuthentication failedTry again or request support for more assistance.
Error # 101006HYPRErrorUserAgentAuthenticationSendRequestError = 101006FIDO Authentication send request failedAuthentication failedTry again or request support for more assistance.
Error # 101007HYPRErrorUserAgentDeregisterGetRequestError = 101007FIDO Deregistration get request failedDeregistration failedTry again or request support for more assistance.
Error # 101008HYPRErrorUserAgentDeregisterInvalidUAFResponse = 101008FIDO Invalid UAF deregistration response receivedDeregistration failedTry again or request support for more assistance.
Error # 101018HYPRErrorUserAgentDeviceAuthenticateWithShoveFailed = 101018Remote Device OOB authentication failedAuthentication failedSomething went wrong with your authentication method. Please try again.
Error # 101030HYPRErrorUserAgentDeviceAuthorizeUnlockSessionSaveError = 101030Operation failedTry again or request support for more assistance.
Error # 101022HYPRErrorUserAgentDeviceCancelUnlockError = 101022Remote Device Cancel unlock failedOperation failedTry again or request support for more assistance.
Error # 101023HYPRErrorUserAgentDeviceCancelUnlockSessionRetrieveError = 101023Operation failedTry again or request support for more assistance.
Error # 101017HYPRErrorUserAgentDeviceCredentialsNotFound = 101017Remote Device credentials not found during OOB authenticationAuthentication failedTry again or request support for more assistance.
Error # 101024HYPRErrorUserAgentDeviceDeregisterSessionRetrieveError = 101024Operation failedTry again or request support for more assistance.
Error # 101025HYPRErrorUserAgentDeviceFidoGetSessionSaveError = 101025Operation failedTry again or request support for more assistance.
Error # 101027HYPRErrorUserAgentDeviceFidoSendAuthSessionSaveError = 101027Operation failedTry again or request support for more assistance.
Error # 101026HYPRErrorUserAgentDeviceFidoSendRegSessionSaveError = 101026Operation failedTry again or request support for more assistance.
Error # 101029HYPRErrorUserAgentDeviceRegistrationsSessionSaveError = 101029Operation failedTry again or request support for more assistance.
Error # 101012HYPRErrorUserAgentDeviceSetupExistingUserError = 101012Remote Device registration for existing user failedRegistration failedTry again or request support for more assistance.
Error # 101009HYPRErrorUserAgentDeviceSetupGetRequestError = 101009Remote Device setup request failedRegistration failedTry again or request support for more assistance.
Error # 101011HYPRErrorUserAgentDeviceSetupNewUserError = 101011Remote Device registration for new user failedRegistration failedTry again or request support for more assistance.
Error # 101010HYPRErrorUserAgentDeviceSetupSendRequestError = 101010Remote Device registration request failedRegistration failedTry again or request support for more assistance.
Error # 101028HYPRErrorUserAgentDeviceSetupSessionSaveError = 101028Failed to save Remote Device session during setupOperation failedTry again or request support for more assistance.
Error # 101021HYPRErrorUserAgentDeviceStatusUpdateError = 101021Remote Device status update failedOperation failedTry again or request support for more assistance.
Error # 101013HYPRErrorUserAgentDeviceUnlockAuthenticationError = 101013Remote Device unlock authentication failedAuthentication failedTry again or request support for more assistance.
Error # 101015HYPRErrorUserAgentDeviceUnlockAuthenticationHMACError = 101015Remote Device Authentication HMACs generation failedAuthentication failedTry again or request support for more assistance.
Error # 101016HYPRErrorUserAgentDeviceUnlockAuthorizationCompleteError = 101016Remote Device unlock failedAuthentication failedTry again or request support for more assistance.
Error # 101014HYPRErrorUserAgentDeviceUnlockAuthorizationError = 101014Remote Device unlock failedAuthentication failedTry again or request support for more assistance.
Error # 101031HYPRErrorUserAgentDeviceUnlockLoggedOutError = 101031Remote Device logged out during unlock requestOperation failedTry again or request support for more assistance.
Error # 101032HYPRErrorUserAgentDeviceUnlockUnlockedError = 101032Attempt to unlock already unlocked workstationOperation failedTry again or request support for more assistance.
Error # 101019HYPRErrorUserAgentNoProfileRegistered = 101019No registered profiles foundOperation failedTry again or request support for more assistance.
Error # 101020HYPRErrorUserAgentNoUserAccountRegistered = 101020Operation failedTry again or request support for more assistance.
Error # 101001HYPRErrorUserAgentRegistrationGetRequestError = 101001FIDO Registration get request failedOperation failedTry again or request support for more assistance.
Error # 101002HYPRErrorUserAgentRegistrationInvalidUAFResponse = 101002FIDO Invalid UAF registration response receivedRegistration failedTry again or request support for more assistance.
Error # 101003HYPRErrorUserAgentRegistrationSendRequestError = 101003FIDO Registration send request failedRegistration failedTry again or request support for more assistance.
Error # 101033HYPRErrorUserAgentWebProfilesLimitReached = 101033Web profiles limit reachedSomething went wrongYou've reached the limit of paired web accounts. Unpair an account you're not using and try again.
Error # 101036HYPRErrorUserAgentWebRemoteDeviceAlreadyPaired = 101036The account (email) on the current rp is already pairedSomething went wrongThis account is already paired with your HYPR app..
Error # 101034HYPRErrorUserAgentWorkstationProfilesLimitReached = 101034Workstation profiles limit reachedSomething went wrongYou've reached the limit of paired devices. Unpair a computer you're not using and try again.
Error # 101037HYPRErrorUserAgentWorkstationRemoteDeviceAlreadyPaired = 101037The workstation on the current rp already pairedSomething went wrongThis computer is already paired with your HYPR app. You can unlock it from the home screen.
Error # 101035HYPRErrorUserAgentWorkstationsLimitReached = 101035Workstations limit reachedSomething went wrongYou've reached the limit of paired devices. Unpair a computer you're not using and try again.
Error # 1030001HYPRErrorVersionNegotiationHigherThanSupported = 1030001Server API version higher than supported by the SDKSomething went wrongTry again or request support for more assistance.
Error # 1030000HYPRErrorVersionNegotiationLowerThanSupported = 1030000Server API version lower than supported by the SDKSomething went wrongTry again or request support for more assistance.
Error # 107040HYPRErrorVoiceAuthenticatorAlreadyEnrolled = 107040Voice authenticator user already enrolledOperation failedTry again or request support for more assistance.
Error # 107043HYPRErrorVoiceAuthenticatorCannotRenderContent = 107043Voice authenticator cannot render contentOperation failedTry again or request support for more assistance.
Error # 107042HYPRErrorVoiceAuthenticatorDeregisterUnknownError = 107042Operation failedTry again or request support for more assistance.
Error # 107045HYPRErrorVoiceAuthenticatorEnrollmentResultFailed = 107045Voice authenticator user enrollment failedOperation failedTry again or request support for more assistance.
Error # 107047HYPRErrorVoiceAuthenticatorEnrollmentResultTimedOut = 107047Voice authenticator enrollment timeoutOperation failedTry again or request support for more assistance.
Error # 107048HYPRErrorVoiceAuthenticatorEnrollmentResultUnknownError = 107048Voice authenticator user enrollment result unknownOperation failedTry again or request support for more assistance.
Error # 107053HYPRErrorVoiceAuthenticatorUserDataMigrationFailed = 107053Voice authenticator user data migration to new version failedOperation failedTry again or request support for more assistance.
Error # 107041HYPRErrorVoiceAuthenticatorUserIsNotEnrolled = 107041Voice authenticator user is not enrolledOperation failedTry again or request support for more assistance.
Error # 107049HYPRErrorVoiceAuthenticatorVerificationResultFailed = 107049Voice authenticator user verification failedOperation failedTry again or request support for more assistance.
Error # 107051HYPRErrorVoiceAuthenticatorVerificationResultTimedOut = 107051Voice authenticator verification timeoutOperation failedYour request did not complete in time. Please try again.
Error # 107052HYPRErrorVoiceAuthenticatorVerificationResultUnknownError = 107052Voice authenticator verification result unknownOperation failedTry again or request support for more assistance.
Error # 103000HYPRErrorServerFailed to Match PINRegistration failedPlease try again or request support for more assistance.
Error # 1010004HYPRErrorKeyAgreementInvalidPublicKey = 1010004Offline mode invalid public keyOffline mode failedPlease try again or request support for more assistance.
Error # 101038HYPRErrorUserAgentWorkstationRemoteDeviceAuthorizationRejected = 101038The workstation on the current rp already pairedOperation failedPlease try again or request support for more assistance.
PLACEHOLDERHYPRErrorUserAgentRetrieveLoginCertError = 101045The workstation on the current rp already pairedAuthentication failedWe are unable to authenticate you due to an error. Please delete this workstation and re-pair.