exceptions

Fullauth’s exceptions definition.

exception pyramid_fullauth.exceptions.DeleteException[source]

Exception risen when the user can’t be deleted.

exception pyramid_fullauth.exceptions.EmailValidationError[source]

Exception thrown, when there’s incorrect email provided.

exception pyramid_fullauth.exceptions.EmptyError[source]

Thrown whenever user is trying to set empty value.

exception pyramid_fullauth.exceptions.PasswordConfirmMismatchError[source]

Thrown when there’s a mismatch with cpassword_confirm.

exception pyramid_fullauth.exceptions.ShortPasswordError[source]

Thrown when password doesn’t meet the length requirement.

exception pyramid_fullauth.exceptions.ValidateError[source]

Base of every validate error in pyramid_fullauth.

Previous topic

events

Next topic

routing.predicates

This Page