strusBase  0.17
errorCodes.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014 Patrick P. Frey
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
10 #ifndef _STRUS_ERROR_CODES_HPP_INCLUDED
11 #define _STRUS_ERROR_CODES_HPP_INCLUDED
12 
14 namespace strus
15 {
17  enum ErrorCode
18  {
61  };
62 }//namespace
63 #endif
64 
65 
66 
Definition: errorCodes.hpp:19
Definition: errorCodes.hpp:44
Definition: errorCodes.hpp:41
Definition: errorCodes.hpp:48
Definition: errorCodes.hpp:39
Definition: errorCodes.hpp:57
Definition: errorCodes.hpp:43
Definition: errorCodes.hpp:45
Definition: errorCodes.hpp:27
Definition: errorCodes.hpp:36
Definition: errorCodes.hpp:42
Definition: errorCodes.hpp:53
Definition: errorCodes.hpp:21
Definition: errorCodes.hpp:29
Definition: errorCodes.hpp:37
Definition: errorCodes.hpp:46
Definition: errorCodes.hpp:33
Definition: errorCodes.hpp:34
Definition: errorCodes.hpp:31
Definition: errorCodes.hpp:50
Definition: errorCodes.hpp:49
Definition: errorCodes.hpp:47
Definition: errorCodes.hpp:24
Definition: errorCodes.hpp:32
Definition: errorCodes.hpp:26
Definition: errorCodes.hpp:54
Definition: errorCodes.hpp:23
ErrorCode
Application error codes beyond errno (>= 200)
Definition: errorCodes.hpp:17
Definition: errorCodes.hpp:35
Definition: errorCodes.hpp:25
Definition: errorCodes.hpp:30
Definition: errorCodes.hpp:20
Definition: errorCodes.hpp:55
Definition: errorCodes.hpp:22
Definition: errorCodes.hpp:40
Definition: errorCodes.hpp:58
Definition: errorCodes.hpp:28
Definition: errorCodes.hpp:56
Definition: errorCodes.hpp:59
Definition: errorCodes.hpp:60
Definition: errorCodes.hpp:38
Definition: errorCodes.hpp:52
Definition: errorCodes.hpp:51