ONGRegistrationError Constants Reference

Declared in ONGErrors.h

ONGRegistrationError

Error codes in ONGRegistrationErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGRegistrationError ) {
   ONGRegistrationErrorDeviceRegistrationFailure = 9008,
   ONGRegistrationErrorInvalidState = 10002,
   ONGRegistrationErrorInvalidIdentityProvider = 10020,
   ONGRegistrationErrorCustomRegistrationExpired = 10021,
   ONGRegistrationErrorCustomRegistrationFailure = 10022,
};

Constants

ONGRegistrationErrorDeviceRegistrationFailure

The device could not be registered with the Token Server, verify that the SDK configuration, Token Server configuration and security features are correctly configured

Declared In ONGErrors.h.

ONGRegistrationErrorInvalidState

A possible security issue was detected during User Registration.

Declared In ONGErrors.h.

ONGRegistrationErrorInvalidIdentityProvider

The specified custom IdP does not exist.

Declared In ONGErrors.h.

ONGRegistrationErrorCustomRegistrationExpired

Invalid transaction id/state.

Declared In ONGErrors.h.

ONGRegistrationErrorCustomRegistrationFailure

Authentication with the custom authenticator has failed. Please check the CustomInfo for details.

Declared In ONGErrors.h.

Declared In

ONGErrors.h