NetErrors.cxx

Go to the documentation of this file.
00001 // @(#)root/net:$Id: NetErrors.cxx 23091 2008-04-09 15:04:27Z rdm $
00002 // Author: Fons Rademakers   28/08/2003
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2003, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 //////////////////////////////////////////////////////////////////////////
00013 //                                                                      //
00014 // NetErrors                                                            //
00015 //                                                                      //
00016 // This file defines error strings mapped to the error codes generated  //
00017 // by rootd/proofd.                                                     //
00018 //                                                                      //
00019 //////////////////////////////////////////////////////////////////////////
00020 
00021 #include "NetErrors.h"
00022 
00023 // Must match order of ERootdErrors enum in NetErrors.h
00024 const char *gRootdErrStr[] = {
00025    "undefined error",
00026    "file not found",
00027    "error in file name",
00028    "file already exists",
00029    "no access to file",
00030    "error opening file",
00031    "file already opened in read or write mode",
00032    "file already opened in write mode",
00033    "no more space on device",
00034    "bad op code",
00035    "bad message",
00036    "error writing to file",
00037    "error reading from file",
00038    "no such user",
00039    "remote not setup for anonymous access",
00040    "illegal user name",
00041    "can't cd to home directory",
00042    "can't get passwd info",
00043    "wrong passwd",
00044    "no SRP support in remote daemon",
00045    "fatal error",
00046    "cannot seek to restart position",
00047    "server does not accept the requested authentication method from this host or from user@host",
00048    "server does not accept connection from this host: contact server administrator",
00049    "authentication attempt unsuccessful",
00050    "failure: authenticated user not the same as requested login username",
00051    "remote host cannot create file to store internal socket address",
00052    "cannot change remote file permissions",
00053    "unique random tag missing, incomplete or wrong",
00054    "can't get passwd info (host equivalence: no files found)",
00055    "can't get passwd info (host equivalence: files have wrong permissions)",
00056    "can't get passwd info (host equivalence: passwd-free access not allowed)",
00057    "wrong passwd (host equivalence: no files found)",
00058    "wrong passwd (host equivalence: files have wrong permissions)",
00059    "wrong passwd (host equivalence: passwd-free access not allowed)",
00060    "unique random tag missing, incomplete or wrong (host equivalence: no files found)",
00061    "unique random tag missing, incomplete or wrong (host equivalence: files have wrong permissions)",
00062    "unique random tag missing, incomplete or wrong (host equivalence: passwd-free access not allowed)",
00063    "can't get passwd info, .rootdpass perms not 0600",
00064    "can't get passwd info, .rootdpass perms not 0600 (host equivalence: no files found)",
00065    "can't get passwd info, .rootdpass perms not 0600 (host equivalence: files have wrong permissions)",
00066    "can't get passwd info, .rootdpass perms not 0600 (host equivalence: passwd-free access not allowed)",
00067    "generic error"
00068 };

Generated on Tue Jul 5 14:46:09 2011 for ROOT_528-00b_version by  doxygen 1.5.1