rtxErrCodes.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2003-2010 Objective Systems, Inc.
00003  *
00004  * This software is furnished under a license and may be used and copied
00005  * only in accordance with the terms of such license and with the
00006  * inclusion of the above copyright notice. This software or any other
00007  * copies thereof may not be provided or otherwise made available to any
00008  * other person. No title to and ownership of the software is hereby
00009  * transferred.
00010  *
00011  * The information in this software is subject to change without notice
00012  * and should not be construed as a commitment by Objective Systems, Inc.
00013  *
00014  * PROPRIETARY NOTICE
00015  *
00016  * This software is an unpublished work subject to a confidentiality agreement
00017  * and is protected by copyright and trade secret law.  Unauthorized copying,
00018  * redistribution or other use of this work is prohibited.
00019  *
00020  * The above notice of copyright on this source code product does not indicate
00021  * any actual or intended publication of such source code.
00022  *
00023  *****************************************************************************/
00029 #ifndef _RTXERRCODES_H_
00030 #define _RTXERRCODES_H_
00031 
00046 #define RT_OK            0
00047 
00053 #define RT_OK_FRAG       2
00054 
00060 #define RTERR_BUFOVFLW  -1
00061 
00067 #define RTERR_ENDOFBUF  -2
00068 
00077 #define RTERR_IDNOTFOU  -3
00078 
00084 #define RTERR_INVENUM   -4
00085 
00092 #define RTERR_SETDUPL   -5
00093 
00100 #define RTERR_SETMISRQ  -6
00101 
00110 #define RTERR_NOTINSET  -7
00111 
00118 #define RTERR_SEQOVFLW  -8
00119 
00128 #define RTERR_INVOPT    -9
00129 
00135 #define RTERR_NOMEM     -10
00136 
00143 #define RTERR_INVHEXS   -11
00144 
00151 #define RTERR_INVREAL   -12
00152 
00161 #define RTERR_STROVFLW  -13
00162 
00170 #define RTERR_BADVALUE  -14
00171 
00177 #define RTERR_TOODEEP   -15
00178 
00185 #define RTERR_CONSVIO   -16
00186 
00193 #define RTERR_ENDOFFILE -17
00194 
00200 #define RTERR_INVUTF8   -18
00201 
00207 #define RTERR_OUTOFBND  -19
00208 
00215 #define RTERR_INVPARAM  -20
00216 
00224 #define RTERR_INVFORMAT -21
00225 
00234 #define RTERR_NOTINIT   -22
00235 
00246 #define RTERR_TOOBIG    -23
00247 
00254 #define RTERR_INVCHAR   -24
00255 
00260 #define RTERR_XMLSTATE  -25
00261 
00268 #define RTERR_XMLPARSE  -26
00269 
00276 #define RTERR_SEQORDER  -27
00277 
00283 #define RTERR_FILNOTFOU -28
00284 
00290 #define RTERR_READERR   -29
00291 
00297 #define RTERR_WRITEERR  -30
00298 
00303 #define RTERR_INVBASE64 -31
00304 
00311 #define RTERR_INVSOCKET -32
00312 
00318 /* Parameters:
00319  * 1. C type name
00320  * 2. attribute name
00321  */
00322 #define RTERR_INVATTR   -33
00323 
00331 #define RTERR_REGEXP    -34
00332 
00340 #define RTERR_PATMATCH  -35
00341 
00347 #define RTERR_ATTRMISRQ -36
00348 
00354 #define RTERR_HOSTNOTFOU -37
00355 
00362 #define RTERR_HTTPERR   -38
00363 
00368 #define RTERR_SOAPERR   -39
00369 
00375 #define RTERR_EXPIRED   -40
00376 
00382 #define RTERR_UNEXPELEM -41
00383 
00390 #define RTERR_INVOCCUR  -42
00391 
00398 #define RTERR_INVMSGBUF -43
00399 
00405 #define RTERR_DECELEMFAIL -44
00406 
00412 #define RTERR_DECATTRFAIL -45
00413 
00421 #define RTERR_STRMINUSE -46
00422 
00428 #define RTERR_NULLPTR -47
00429 
00433 #define RTERR_FAILED -48
00434 
00440 /* Parameters:
00441  * 1. attribute name
00442  * 2. attribute value
00443  */
00444 #define RTERR_ATTRFIXEDVAL -49
00445 
00451 /* Parameters:
00452  * None
00453  */
00454 #define RTERR_MULTIPLE -50
00455 
00462 /* Parameters:
00463  * None
00464  */
00465 #define RTERR_NOTYPEINFO -51
00466 
00471 #define RTERR_ADDRINUSE -52
00472 
00477 #define RTERR_CONNRESET -53
00478 
00483 #define RTERR_UNREACHABLE -54
00484 
00489 #define RTERR_NOCONN -55
00490 
00495 #define RTERR_CONNREFUSED -56
00496 
00501 #define RTERR_INVSOCKOPT -57
00502 
00506 /* Parameters:
00507  * None
00508  */
00509 #define RTERR_SOAPFAULT -58
00510 
00515 /* Parameters:
00516  * None
00517  */
00518 #define RTERR_MARKNOTSUP -59
00519 
00525 /* Parameters:
00526  * 1. Brief description of not supported feature
00527  */
00528 #define RTERR_NOTSUPP   -60     /* feature is not supported             */
00529 
00533 /* Parameters:
00534  * None
00535  */
00536 #define RTERR_CODESETCONVFAIL   -61
00537 
00541 #endif