summaryrefslogtreecommitdiffstats
path: root/ipalib/errors2.py
Commit message (Expand)AuthorAgeFilesLines
* New Param: implemented a base Param._convert_scalar() method; added Param.typ...Jason Gerard DeRose2009-01-131-0/+8
* New Param: added Param.validate() and Param._validate_scalar() methods; added...Jason Gerard DeRose2009-01-121-0/+16
* Changed PublicError so str(e) is untranslated (for logging) and added format=...Jason Gerard DeRose2009-01-081-36/+44
* Renamed PublicError.code attribute to PublicError.errnoJason Gerard DeRose2009-01-061-25/+25
* Fixed type in KerberosError, droped LDAPError range to just 100 codes for nowJason Gerard DeRose2009-01-061-4/+4
* Additional work on the new error code tree in errors2.pyJason Gerard DeRose2009-01-061-12/+89
* Added more public exceptions and did some other cleanup in errors2Jason Gerard DeRose2009-01-041-44/+98
* Quite a bit of work on new public errors and their unit testsJason Gerard DeRose2009-01-041-8/+95
* Added request.ugettext() and request.ungettext() functions; added correspondi...Jason Gerard DeRose2009-01-041-2/+2
* Plugin.call() now uses errors2 version of SubprocessErrorJason Gerard DeRose2009-01-031-5/+9
* Ported plugin registration errors into errors2.py; plugable.Registrar now rai...Jason Gerard DeRose2009-01-031-9/+74
* Ported errors.SubprocessError to errors2Jason Gerard DeRose2009-01-031-0/+31
* Started fleshing out reoganization of errors in errors.py (with gettext support)Jason Gerard DeRose2009-01-031-0/+213