- ERR_ACCOUNT_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of DISABLED.
- ERR_ACCOUNT_LOCKED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
Login attempt failed because the Account is locked.
- ERR_ACCOUNT_NONEXISTENT - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
Login attempt failed because there is no Account in the Application’s associated Account Stores with the specified username or email.
- ERR_ACCOUNT_STORE_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
This Application’s default Account Store for new Accounts is disabled
- ERR_ACCOUNT_UNVERIFIED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of UNVERIFIED.
- ERR_DIRECTORY_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
Login attempt failed because the Account is in a Directory that is disabled.
- ERR_GROUP_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
Login attempt failed because the Account is in a Group that is disabled.
- ERR_ORGANIZATION_DISABLED - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
Login attempt failed because the Account is in an Organization that is disabled.
- ERR_PASSWORD_INCORRECT - Static variable in interface net.smartcosmos.extension.stormpath.service.StormpathErrorCodeConstants
-
During a login attempt, Stormpath found an Account from the specified username or email, but the password was incorrect.