public interface StormpathErrorCodeConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_ACCOUNT_DISABLED
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of DISABLED.
|
static int |
ERR_ACCOUNT_LOCKED
Login attempt failed because the Account is locked.
|
static int |
ERR_ACCOUNT_NONEXISTENT
Login attempt failed because there is no Account in the Application’s associated Account Stores with the specified username or email.
|
static int |
ERR_ACCOUNT_STORE_DISABLED
This Application’s default Account Store for new Accounts is disabled
|
static int |
ERR_ACCOUNT_UNVERIFIED
During a login attempt Stormpath found an Account from the specified username or email, but the Account had a status of UNVERIFIED.
|
static int |
ERR_DIRECTORY_DISABLED
Login attempt failed because the Account is in a Directory that is disabled.
|
static int |
ERR_GROUP_DISABLED
Login attempt failed because the Account is in a Group that is disabled.
|
static int |
ERR_ORGANIZATION_DISABLED
Login attempt failed because the Account is in an Organization that is disabled.
|
static int |
ERR_PASSWORD_INCORRECT
During a login attempt, Stormpath found an Account from the specified username or email, but the password was incorrect.
|
static final int ERR_ACCOUNT_STORE_DISABLED
static final int ERR_PASSWORD_INCORRECT
static final int ERR_ACCOUNT_DISABLED
static final int ERR_ACCOUNT_UNVERIFIED
static final int ERR_ACCOUNT_LOCKED
static final int ERR_ACCOUNT_NONEXISTENT
static final int ERR_GROUP_DISABLED
static final int ERR_DIRECTORY_DISABLED
static final int ERR_ORGANIZATION_DISABLED
Copyright © 2015–2016 Smartrac Technology Fletcher, Inc.. All rights reserved.