From d8aa4eb67997bbd782ccc1d2afb42992aaf5efda Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 13 Nov 2002 16:51:43 +0000 Subject: [PATCH] upgraded error code section --- src/ca/CAref.html | 106 +++++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 48 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index c4cee37f8..c3fd7c9ab 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -2830,71 +2830,81 @@ and then output to the console.

Return Codes

ECA_NORMAL
-
normal successful completion
-
-
+
Normal successful completion
ECA_ALLOCMEM
-
unable to allocate memory
-
-
+
Unable to allocate additional dynamic memory
+
ECA_TOLARGE
+
The requested data transfer is greater than available memory or + EPICS_CA_MAX_ARRAY_BYTES
ECA_BADTYPE
-
invalid DBR_XXXX type
-
-
-
ECA_STRTOBIG
-
unusually large string supplied
-
-
+
The data type specifed is invalid
+
ECA_BADSTR
+
Invalid string
ECA_BADCHID
-
ivalid channel identifier
-
-
+
Ivalid channel identifier
ECA_BADCOUNT
-
requested count larger than native element count
-
-
+
Invalid element count requested
ECA_PUTFAIL
-
a write request failed in the server
-
-
+
Channel write request failed
ECA_GETFAIL
-
a read request faile din the server
-
-
+
Channel read request failed
ECA_ADDFAIL
unable to instal subscription request
-
-
ECA_TIMEOUT
-
requested operation timed out
-
-
+
User specified timeout on IO operation expired
ECA_EVDISALLOW
function called was inappropriate for use within a callback function
-
-
ECA_IODONE
-
IO operations completed
-
-
+
IO operations have completed
ECA_IOINPROGRESS
-
some IO operations still in progress
-
-
+
IO operations are in progress
ECA_BADSYNCGRP
-
invalid synchronous group identifier
-
-
+
Invalid synchronous group identifier
ECA_NORDACCESS
-
read access denied
-
-
+
Read access denied
ECA_NOWTACCESS
-
write access denied
-
+
Write access denied
+
ECA_DISCONN
+
Virtual circuit disconnect"
+
ECA_DBLCHNL
+
Identical process variable name on multiple servers
+
ECA_EVDISALLOW
+
Request inappropriate within subscription (monitor) update + callback
+
ECA_BADMONID
+
Bad event subscription (monitor) identifier
+
ECA_BADMASK
+
Invalid event selection mask
+
ECA_PUTCBINPROG
+
Put callback timed out
+
ECA_PUTCBINPROG
+
Put callback timed out
+
ECA_ANACHRONISM
+
Requested feature is no longer supported
+
ECA_NOSEARCHADDR
+
Empty PV search address list
+
ECA_NOCONVERT
+
No reasonable data conversion between client and server types
+
ECA_BADFUNCPTR
+
Invalid function pointer
+
ECA_ISATTACHED
+
Thread is already attached to a client context
+
ECA_UNAVAILINSERV
+
Not supported by attached service
+
ECA_CHANDESTROY
+
User destroyed channel
+
ECA_BADPRIORITY
+
Invalid channel priority
+
ECA_NOTTHREADED
+
Preemptive callback not enabled - additional threads may not join + context
+
ECA_16KARRAYCLIENT
+
Client's protocol revision does not support transfers exceeding 16k + bytes
-

CVS Revision $Id: CAref.html,v 1.26 2002/08/08 15:37:05 jhill Exp -$

+

CVS Revision $Id: CAref.html,v 1.26 2002/08/08 15:37:05 jhill Exp + $

+