<
system error code definitions
| #define operation_success 0 |
successful completion
| #define illegal_line 1 |
illegal line number
| #define illegal_format 2 |
illegal format or data type
| #define illegal_arithmetic 3 |
illegal arithmetic expression
| #define ambiguous 4 |
ambigous input information
| #define illegal_delimiter 5 |
illegal delimiter in expression
| #define zero_divide 6 |
divide by zero
| #define work_area_full 7 |
working area buffer is full
| #define non_existent 8 |
requested target does not exist
| #define invalid_transport 9 |
transport medium is not valid
| #define link_exhausted 10 |
link exhausted (unused)
| #define not_properly 11 |
expression not properly terminated (unused)
| #define un_allocated 12 |
requested target is not allocated in the given context
| #define no_such_line 13 |
expected line not found in database
| #define illegal_data_size 14 |
give data size is illegal or not valid
| #define io_error 15 |
bus or network io error
| #define illegal_context 16 |
given context is illegal
| #define runtime_error 17 |
runtime error
| #define system_error 18 |
system internal error
| #define hardware_busy 19 |
hardware is busy
| #define argument_list_error 20 |
input argument or parameter is invalid (alias for invalid_parameter
| #define invalid_parameter 20 |
input argument or parameter is invalid
| #define file_error 21 |
file access error
| #define use_stream_transport 22 |
datagram message size exceeds the allowable mtu (reserved)
| #define dimension_error 23 |
array dimension error
| #define square_root_negative 24 |
square root of a negative number
| #define buffer_too_small 25 |
supplied buffer is too small to handle the request
| #define string_too_long 26 |
supplied string is too long to buffer and cannot be truncated
| #define ipx_socket_error 27 |
ipx socket error (reserved)
| #define net_read_error 28 |
network read error
| #define not_ready 29 |
call to equipment module dispatch is not ready (internal, reserved)
| #define invalid_transport_size 30 |
total message size exceeds the configured allowable message size
| #define log_negative 31 |
log of a negative or zero number
| #define device_not_connected 32 |
requested device is not connected
| #define unauthorised_action 33 |
requested operation is not authorized
| #define hardware_error 34 |
hardware error
| #define illegal_equipment_number 35 |
requested device does not have a table entry (alias for illegal_device_number)
| #define illegal_device_number 35 |
requested device does not have a table entry
| #define illegal_device 35 |
requested device is illegal
| #define illegal_property 36 |
requested property is illegal
| #define out_of_range 37 |
given value is out of range
| #define not_implemented 38 |
requested operation has not been implemented
| #define no_such_computer 39 |
requested host computer does not exist
| #define struct_sealed 40 |
tagged structure has already been sealed (reserved)
| #define syntax_error 41 |
expression syntax error (unused)
| #define no_such_file 42 |
requested file does not exist
| #define file_already_exists 43 |
requested file already exists
| #define no_file_space 44 |
not enough capacity in pre-allocated random access file to complete the requested operation
| #define link_not_open 45 |
presistent link has timed out (alias for link_timeout)
| #define link_timeout 45 |
presistent link has timed out
| #define remitted_data_lost 46 |
returned only a portion of the requested data set (reserved)
| #define end_of_file 47 |
attempt to read past the end of a file (unused)
| #define archive_busy 48 |
archive operation is in progress
| #define server_name_in_use 49 |
device server name is already being used
| #define no_such_column 50 |
expected column not found in database
| #define out_of_client_memory 51 |
a client call could not allocate sufficient memory
| #define mcast_access_required 52 |
access requires CA_NETWORK which was not supplied!
| #define address_unresolved 53 |
requested target address could not be resolved
| #define invalid_property 54 |
requested property is not properly formed
| #define address_unknown 55 |
requested target address could not be found
| #define name_unknown 56 |
requested name could not be found
| #define invalid_keyword 57 |
input globals keyword is invalid
| #define invalid_link 58 |
input link id is invalid
| #define string_expected 59 |
database file read encountered an end-of-line while expecting a string
| #define out_of_local_memory 60 |
a local call to allocated memory was not successful
| #define out_of_shared_memory 61 |
a call to obtain a shared-memory buffer was not successful
| #define invalid_structure_tag 62 |
the given structure tag is not in the structure registry
| #define invalid_index 63 |
the index given does not reference a table entry
| #define illegal_equipment_name 64 |
the equipment name given is not valid
| #define link_error 65 |
internal error processing data link (reserved)
| #define code_failure 66 |
internal failure due to unhandled exceptions, unavailable resource, OS failure, etc.
| #define non_existent_server 67 |
requested server does not exist
| #define function_deprecated 68 |
requested action or functionality has been deprecated
| #define not_supported 69 |
requested action or functionality not supported
| #define illegal_character 70 |
error parsing input
| #define parsing_error 70 |
error parsing input
| #define illegal_operator 71 |
input arithmetic or logical operator is not allowed
| #define not_allowed 72 |
requested operation is not allowed
| #define illegal_read_write 73 |
requested access is not allowed (typically CA_WRITE)
| #define out_of_server_memory 74 |
a server call could not allocate sufficient memory
| #define database_not_loaded 75 |
requested operation requires a database which has not been loaded
| #define illegal_command 76 |
requested command is illegal
| #define resources_exhausted 77 |
requested operation would exceed the configured capacity of an allocation table (clients, contracts, connections, etc.)
| #define file_not_open 78 |
requested file io could not be made as the file is not open (unused)
| #define sedac_error 79 |
sedac bus error
| #define no_such_loop 80 |
(unused)
| #define semaphore_error 81 |
a semaphore or mutex could not be obtained or released
| #define driver_not_installed 82 |
request requires a hardware driver which is not installed
| #define port_not_available 83 |
request requires access to a port whichis not available
| #define async_access_required 84 |
access to selected property should be asynchronous
| #define semaphore_busy 85 |
a semahpre or mutex could not be obtained within the requested time
| #define non_existent_elem 86 |
the requested equipment modules does not exist in the registry
| #define non_existent_fec 87 |
the requested FEC does not exist
| #define non_existent_client 88 |
(unused)
| #define cannot_lock 89 |
not able to obtain an access lock or lock resources
| #define not_running 90 |
the requested resource is not running
| #define not_posted 91 |
a dispatch routine did not post a reply
| #define not_accepted 92 |
the requested operation was refused
| #define operation_timeout 93 |
the requested operation did not complete within the time limit specified
| #define illegal_protocol 94 |
the incoming tine protocol is not recognized (reserved, internal)
| #define gpib_error 95 |
gpib bus error
| #define rs232_error 96 |
rs232 bus error
| #define operation_busy 97 |
the requested operation is busy and needs more time to complete
| #define connection_timeout 98 |
a synchronous link did not return within the time limit specified
| #define illegal_mode 99 |
the requested access mode is not valid
| #define not_owner 100 |
(unused)
| #define not_defined 101 |
the requested operation has not yet been defined
| #define net_write_error 102 |
unable to send data on the network
| #define invalid_data 103 |
the input data are not valid
| #define software_error 104 |
general software error
| #define access_denied 105 |
call was refused by the security subsystem
| #define tcp_not_supported 106 |
an attempt to use TCP/IP access was made and is not supported on this host (reserved)
| #define ipx_not_supported 107 |
an attempt to use IPX access was made and is not supported on this host (reserved)
| #define host_not_resolved 108 |
the requested host could not be resolved
| #define tcp_connect_error 109 |
unable to connect to a TCP/IP socket (reserved)
| #define tcp_socket_error 110 |
general TCP/IP socket error (reserved)
| #define configuration_error 111 |
resource configuration error (e.g. redirection information)
| #define invalid_return_code 112 |
indicates a systematic error in processing the equipment dispatch handler (reserved)
| #define link_blacklisted 113 |
requested link parameters cannot succeed (due to initial return of non_existent_elem, address_unknown, etc.)
| #define link_exists 114 |
requested link already exists in the link table indicating a dependent link (reserved,internal)
| #define max_alarms_exceeded 115 |
attempt to add an alarm to the local alarm system whose capacity has been reached
| #define not_exported 116 |
(unused)
| #define is_switching 117 |
switching transition is in progress (unused)
| #define at_limit 118 |
setting is at a maximum or minimum (unused)
| #define get_subscription_id 119 |
used by access mode CM_NETWORK (reserved, internal)
| #define renegotiate_contract 120 |
used to repackage output data when few bytes are returned than requested (reserved, internal)
| #define server_redirection 121 |
used to supply redirection information (reserved, internal)
| #define value_too_high 122 |
returned value is too high
| #define value_too_low 123 |
returned value is too low
| #define warn_too_high 124 |
returned value is approaching too high
| #define warn_too_low 125 |
returned value is approaching too low
| #define completion_waiting 126 |
dependent link is waiting for parent to complete
| #define cannot_select 127 |
select() operation failed (reserved)
| #define has_query_function 128 |
query call to PROPERTIES or DEVICES has completed but indicated a hierachical preference (reserved)
| #define not_signalled 129 |
contract is waiting to call the equipment module dispatch routine (reserved, internal)
| #define call_redirection 130 |
nominal alias for server_redirection
| #define udp_socket_error 131 |
general UDP socket error (reserved)
| #define mutex_error 132 |
a mutex could not be obtained or released
| #define data_not_local 133 |
indicates that a device withing a wildcard call needs to span multiple servers (reserved, internal)
| #define name_already_exists 134 |
a structure or bitfield field name already exists
| #define already_assigned 135 |
the requested resource has already been assigned
| #define invalid_field 136 |
a structure or bitfield field is invalid
| #define mcast_init_error 137 |
could not initialize a multicast socket (reserved)
| #define invalid_mcast_group 138 |
multicast group address is invalid
| #define non_existent_function 139 |
an equipment module's dispatch routine is not registered
| #define property_is_mca 140 |
requested property is a multi-channel array (reserved, internal)
| #define invalid_name 141 |
input name is invalid
| #define invalid_value 142 |
input value is invalid
| #define device_error 143 |
requested device is in an error state
| #define device_not_ready 144 |
requested device is not ready
| #define device_busy 145 |
requested device is busy
| #define invalid_interval 146 |
requested polling interval is invalid
| #define notification_pending 147 |
a link is pending notification (reserved, internal)
| #define thread_error 148 |
a thread operation failed
| #define is_terminating 149 |
the device server is terminating (reserved, internal)
| #define name_server_unknown 150 |
the equipment name server address is unknown (reserved, internal)
| #define lock_required 151 |
an access lock is required to process the operation
| #define not_initialized 152 |
server is not yet initialized
| #define invalid_structure_size 153 |
the input structure size does not match the size in the structure registry
| #define canbus_error 154 |
can bus error
| #define profibus_error 155 |
profibus error
| #define data_stale 156 |
contract's data are stale (reserved)
| #define has_bitfield_tag 157 |
reqested contract needs to request a bitfield (reserved, internal)
| #define not_locked 158 |
the requested resource does not have an access lock (reserved)
| #define lock_expired 159 |
the requested access lock has expired (reserved)
| #define not_registered 160 |
the requested property (e.g. SystemScheduleProperty()) has not been registered
| #define non_existent_property 161 |
the requested property does not exist
| #define memory_overwrite 162 |
a heap error within a dispatch routine has been detected
| #define server_idle 163 |
the server is in an idle state
| #define not_applicable 164 |
the requested opertion is not applicable in the current context
| #define access_locked 165 |
access temporarily suspended due to access lock
| #define invalid_reference 166 |
invalid data reference handle
| #define has_structure_tag 167 |
reqested contract needs to request a structure (reserved, internal)
| #define warn_disk_space 168 |
warn that disk space is low (local alarm system)
| #define low_disk_space 169 |
signal that disk space is very low (local alarm system)
| #define information_static 170 |
signal that static information is being 'polled'
| #define reset_mca_property 171 |
signal to re-establish all mca single element links
| #define record_too_long 172 |
record length is too long to process within kernel
| #define unix_socket_error 173 |
an error condition on a unix (pipe) socket
| #define pipe_error 173 |
an error condition on a unix (pipe) socket
| #define shm_error 174 |
an error occured accessing shared memory
1.7.4