home *** CD-ROM | disk | FTP | other *** search
- package netscape.softupdate;
-
- public interface RegistryErrors {
- int REGERR_OK = 0;
- int REGERR_FAIL = 1;
- int REGERR_NOMORE = 2;
- int REGERR_NOFIND = 3;
- int REGERR_BADREAD = 4;
- int REGERR_BADLOCN = 5;
- int REGERR_PARAM = 6;
- int REGERR_BADMAGIC = 7;
- int REGERR_BADCHECK = 8;
- int REGERR_NOFILE = 9;
- int REGERR_MEMORY = 10;
- int REGERR_BUFTOOSMALL = 11;
- int REGERR_NAMETOOLONG = 12;
- int REGERR_REGVERSION = 13;
- int REGERR_DELETED = 14;
- int REGERR_BADTYPE = 15;
- int REGERR_NOPATH = 16;
- int REGERR_BADNAME = 17;
- int REGERR_SECURITY = 99;
- }
-