DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
Errors.h
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 // \author Markus Frank
11 // \date 2016-02-02
12 // \version 1.0
13 //
14 //==========================================================================
15 #ifndef DD4HEP_ERRORS_H
16 #define DD4HEP_ERRORS_H 1
17 
18 // C/C++ include files
19 #include <string>
20 
22 namespace dd4hep {
23 
25  namespace Errors {
26 
28  std::string noPermission();
29 
31  std::string noEntry();
32 
34  std::string ioError();
35 
37  std::string invalidArg();
38 
40  std::string noKey();
41 
43  std::string noSys();
44 
46  std::string cancelled();
47 
49  std::string linkRange();
50 
51 
52  }
53 
54 } /* End namespace dd4hep */
55 #endif // DD4HEP_ERRORS_H
dd4hep::Errors::noEntry
std::string noEntry()
System error string for ENOENT. Sets errno accordingly.
dd4hep::Errors::ioError
std::string ioError()
System error string for EIO. Sets errno accordingly.
dd4hep::Errors::invalidArg
std::string invalidArg()
System error string for EINVAL. Sets errno accordingly.
dd4hep::Errors::noKey
std::string noKey()
System error string for ENOKEY. Sets errno accordingly.
dd4hep::Errors::noSys
std::string noSys()
System error string for ENOSYS. Sets errno accordingly.
dd4hep::Errors::cancelled
std::string cancelled()
System error string for ECANCELED. Sets errno accordingly.
dd4hep::Errors::noPermission
std::string noPermission()
System error string for EPERM. Sets errno accordingly.
dd4hep
Namespace for the AIDA detector description toolkit.
Definition: AlignmentsCalib.h:28
dd4hep::Errors::linkRange
std::string linkRange()
System error string for ELNRNG. Sets errno accordingly.