netlab.errors.user

Exceptions

AccountNotFoundError([message])

acc_id not found.

ClassCommunityMismatchError([message])

cls_id exists but is not in com_id.

ClassNotLeadError([message])

Requester acc_id must be a class lead.

CommunityNotFoundError([message])

A pod could not be located from that request.

DatabaseInsertFailedError([message])

Unable to insert record.

DictionaryError([message])

Could not access the common word dictionary.

InvalidSessionError([message])

acc_session_id is invalid.

InvalidTransactionError([message])

TX number invalid.

InvalidUserIdError([message])

user_id is invalid.

LoginsDisabledSystemError([message])

Logins have been disabled globally on system.

NameNotUniqueError([message])

acc_user_id already exists in the community.

PasswordCommonError([message])

new_password is a common word.

PasswordIsCurrentError([message])

new_password is the same as current password.

PasswordIsEmailError([message])

new_password is the same as account email.

PasswordIsFamilyNameError([message])

new_password is the same as account family name.

PasswordIsFullNameError([message])

new_password is the same as account full name.

PasswordIsGivenNameError([message])

new_password is the same as account given name.

PasswordIsUserIdError([message])

new_password is the same as user id.

PasswordLeadingWhitespaceError([message])

There is whitespace before new_password.

PasswordRequiredError([message])

new_password is required.

PasswordTooLongError([message])

new_password is > 64.

PasswordTooShortError([message])

new_password is < 7.

PasswordTrailingWhitespaceError([message])

There is whitespace after new_password.

PasswordUniqueCharsError([message])

new_password requires at least 5 unique characters.

SystemTerminatedError([message])

System was terminated by NDG.

UserIdNotUniqueError([message])

This name is already in use.

UserIdRequiredError([message])

user_id is required.

UserIdReserveredError([message])

The following names are reserved for NDG and NETLAB+, administrator system techsupport

exception netlab.errors.user.AccountNotFoundError(message=None)

acc_id not found.

exception netlab.errors.user.ClassCommunityMismatchError(message=None)

cls_id exists but is not in com_id.

exception netlab.errors.user.ClassNotLeadError(message=None)

Requester acc_id must be a class lead.

exception netlab.errors.user.CommunityNotFoundError(message=None)

A pod could not be located from that request.

exception netlab.errors.user.DatabaseInsertFailedError(message=None)

Unable to insert record.

exception netlab.errors.user.DictionaryError(message=None)

Could not access the common word dictionary.

exception netlab.errors.user.InvalidSessionError(message=None)

acc_session_id is invalid.

exception netlab.errors.user.InvalidTransactionError(message=None)

TX number invalid.

exception netlab.errors.user.InvalidUserIdError(message=None)

user_id is invalid.

exception netlab.errors.user.LoginsDisabledSystemError(message=None)

Logins have been disabled globally on system.

exception netlab.errors.user.NameNotUniqueError(message=None)

acc_user_id already exists in the community.

exception netlab.errors.user.PasswordCommonError(message=None)

new_password is a common word.

exception netlab.errors.user.PasswordIsCurrentError(message=None)

new_password is the same as current password.

exception netlab.errors.user.PasswordIsEmailError(message=None)

new_password is the same as account email.

exception netlab.errors.user.PasswordIsFamilyNameError(message=None)

new_password is the same as account family name.

exception netlab.errors.user.PasswordIsFullNameError(message=None)

new_password is the same as account full name.

exception netlab.errors.user.PasswordIsGivenNameError(message=None)

new_password is the same as account given name.

exception netlab.errors.user.PasswordIsUserIdError(message=None)

new_password is the same as user id.

exception netlab.errors.user.PasswordLeadingWhitespaceError(message=None)

There is whitespace before new_password.

exception netlab.errors.user.PasswordRequiredError(message=None)

new_password is required.

exception netlab.errors.user.PasswordTooLongError(message=None)

new_password is > 64.

exception netlab.errors.user.PasswordTooShortError(message=None)

new_password is < 7.

exception netlab.errors.user.PasswordTrailingWhitespaceError(message=None)

There is whitespace after new_password.

exception netlab.errors.user.PasswordUniqueCharsError(message=None)

new_password requires at least 5 unique characters.

exception netlab.errors.user.SystemTerminatedError(message=None)

System was terminated by NDG.

exception netlab.errors.user.UserIdNotUniqueError(message=None)

This name is already in use.

exception netlab.errors.user.UserIdRequiredError(message=None)

user_id is required.

exception netlab.errors.user.UserIdReserveredError(message=None)

The following names are reserved for NDG and NETLAB+, administrator system techsupport