You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -318,6 +324,8 @@ impl fmt::Display for LexActivatorError {
318
324
LexActivatorError::LA_E_OIDC_SSO_NOT_ENABLED => write!(f,"{} OIDC SSO is not enabled.",LexActivatorError::LA_E_OIDC_SSO_NOT_ENABLEDasi32),
319
325
LexActivatorError::LA_E_USERS_LIMIT_REACHED => write!(f,"{} The allowed users for this account has reached its limit.",LexActivatorError::LA_E_USERS_LIMIT_REACHEDasi32),
320
326
LexActivatorError::LA_E_OS_USER => write!(f,"{} OS user has changed since activation and the license is user-locked.",LexActivatorError::LA_E_OS_USERasi32),
LexActivatorError::LA_E_FREE_PLAN_ACTIVATION_LIMIT_REACHED => write!(f,"{} The free plan has reached its activation limit.",LexActivatorError::LA_E_FREE_PLAN_ACTIVATION_LIMIT_REACHEDasi32),
0 commit comments