Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-VB/ActiveX | API-Java | Examples | Downloads
Defines
errors.h File Reference

Defines

#define operation_success   0
#define illegal_line   1
#define illegal_format   2
#define illegal_arithmetic   3
#define ambiguous   4
#define illegal_delimiter   5
#define zero_divide   6
#define work_area_full   7
#define non_existent   8
#define invalid_transport   9
#define link_exhausted   10
#define not_properly   11
#define un_allocated   12
#define no_such_line   13
#define illegal_data_size   14
#define io_error   15
#define illegal_context   16
#define runtime_error   17
#define system_error   18
#define hardware_busy   19
#define argument_list_error   20
#define invalid_parameter   20
#define file_error   21
#define use_stream_transport   22
#define dimension_error   23
#define square_root_negative   24
#define buffer_too_small   25
#define string_too_long   26
#define ipx_socket_error   27
#define net_read_error   28
#define not_ready   29
#define invalid_transport_size   30
#define log_negative   31
#define device_not_connected   32
#define unauthorised_action   33
#define hardware_error   34
#define illegal_equipment_number   35
#define illegal_device_number   35
#define illegal_device   35
#define illegal_property   36
#define out_of_range   37
#define not_implemented   38
#define no_such_computer   39
#define struct_sealed   40
#define syntax_error   41
#define no_such_file   42
#define file_already_exists   43
#define no_file_space   44
#define link_not_open   45
#define link_timeout   45
#define remitted_data_lost   46
#define end_of_file   47
#define archive_busy   48
#define server_name_in_use   49
#define no_such_column   50
#define out_of_client_memory   51
#define mcast_access_required   52
#define address_unresolved   53
#define invalid_property   54
#define address_unknown   55
#define name_unknown   56
#define invalid_keyword   57
#define invalid_link   58
#define string_expected   59
#define out_of_local_memory   60
#define out_of_shared_memory   61
#define invalid_structure_tag   62
#define invalid_index   63
#define illegal_equipment_name   64
#define link_error   65
#define code_failure   66
#define non_existent_server   67
#define function_deprecated   68
#define not_supported   69
#define illegal_character   70
#define parsing_error   70
#define illegal_operator   71
#define not_allowed   72
#define illegal_read_write   73
#define out_of_server_memory   74
#define database_not_loaded   75
#define illegal_command   76
#define resources_exhausted   77
#define file_not_open   78
#define sedac_error   79
#define no_such_loop   80
#define semaphore_error   81
#define driver_not_installed   82
#define port_not_available   83
#define async_access_required   84
#define semaphore_busy   85
#define non_existent_elem   86
#define non_existent_fec   87
#define non_existent_client   88
#define cannot_lock   89
#define not_running   90
#define not_posted   91
#define not_accepted   92
#define operation_timeout   93
#define illegal_protocol   94
#define gpib_error   95
#define rs232_error   96
#define operation_busy   97
#define connection_timeout   98
#define illegal_mode   99
#define not_owner   100
#define not_defined   101
#define net_write_error   102
#define invalid_data   103
#define software_error   104
#define access_denied   105
#define tcp_not_supported   106
#define ipx_not_supported   107
#define host_not_resolved   108
#define tcp_connect_error   109
#define tcp_socket_error   110
#define configuration_error   111
#define invalid_return_code   112
#define link_blacklisted   113
#define link_exists   114
#define max_alarms_exceeded   115
#define not_exported   116
#define is_switching   117
#define at_limit   118
#define get_subscription_id   119
#define renegotiate_contract   120
#define server_redirection   121
#define value_too_high   122
#define value_too_low   123
#define warn_too_high   124
#define warn_too_low   125
#define completion_waiting   126
#define cannot_select   127
#define has_query_function   128
#define not_signalled   129
#define call_redirection   130
#define udp_socket_error   131
#define mutex_error   132
#define data_not_local   133
#define name_already_exists   134
#define already_assigned   135
#define invalid_field   136
#define mcast_init_error   137
#define invalid_mcast_group   138
#define non_existent_function   139
#define property_is_mca   140
#define invalid_name   141
#define invalid_value   142
#define device_error   143
#define device_not_ready   144
#define device_busy   145
#define invalid_interval   146
#define notification_pending   147
#define thread_error   148
#define is_terminating   149
#define name_server_unknown   150
#define lock_required   151
#define not_initialized   152
#define invalid_structure_size   153
#define canbus_error   154
#define profibus_error   155
#define data_stale   156
#define has_bitfield_tag   157
#define not_locked   158
#define lock_expired   159
#define not_registered   160
#define non_existent_property   161
#define memory_overwrite   162
#define server_idle   163
#define not_applicable   164
#define access_locked   165
#define invalid_reference   166
#define has_structure_tag   167
#define warn_disk_space   168
#define low_disk_space   169
#define information_static   170
#define reset_mca_property   171
#define record_too_long   172
#define unix_socket_error   173
#define pipe_error   173
#define shm_error   174

Detailed Description

<

system error code definitions


Define Documentation

#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