CoLaError.h
Go to the documentation of this file.
1 // -- BEGIN LICENSE BLOCK ----------------------------------------------
20 // -- END LICENSE BLOCK ------------------------------------------------
21 
22 #pragma once
23 
24 namespace visionary {
25 
26 namespace CoLaError {
28 enum Enum
29 {
30 
33 
35  OK = 0,
36 
39 
42 
45 
49 
52 
55 
58 
61 
66 
70 
74 
77 
80 
83 
86 
89 
92 
97 
101 
103  INTERNAL = 20,
104 
107 
110 
113 
116 
121 
126 
129 
132 
135 
138 
141 
144 
147 
150 
153 
155  UNKNOWN = 32767
156 };
157 } // namespace CoLaError
158 
159 } // namespace visionary
visionary::CoLaError::UNKNOWN_COLA_COMMAND
@ UNKNOWN_COLA_COMMAND
The CoLa protocol specification does not define the given command, command is unknown.
Definition: CoLaError.h:76
visionary::CoLaError::COMPLEX_ARRAYS_NOT_SUPPORTED
@ COMPLEX_ARRAYS_NOT_SUPPORTED
Definition: CoLaError.h:125
visionary
Definition: AuthenticationLegacy.h:25
visionary::CoLaError::SET_PORT_FAILED
@ SET_PORT_FAILED
Internal error with SOPAS Scan.
Definition: CoLaError.h:149
visionary::CoLaError::SESSION_NO_RESOURCES
@ SESSION_NO_RESOURCES
CoLa2 session can not be created, no more sessions available.
Definition: CoLaError.h:128
visionary::CoLaError::EVENT_REG_UNKNOWN_INDEX
@ EVENT_REG_UNKNOWN_INDEX
The event you wanted to register for does not exist, the index is unknown.
Definition: CoLaError.h:85
visionary::CoLaError::BUFFER_UNDERFLOW
@ BUFFER_UNDERFLOW
More data was expected, the allocated buffer could not be filled.
Definition: CoLaError.h:60
visionary::CoLaError::OK
@ OK
No error.
Definition: CoLaError.h:35
visionary::CoLaError::NETWORK_ERROR
@ NETWORK_ERROR
Network error (not sent with messages).
Definition: CoLaError.h:32
visionary::CoLaError::COLA_VALUE_UNDERFLOW
@ COLA_VALUE_UNDERFLOW
The value does not fit into the value field, it is too large.
Definition: CoLaError.h:88
visionary::CoLaError::OSAI_NO_MESSAGE
@ OSAI_NO_MESSAGE
Definition: CoLaError.h:96
visionary::CoLaError::INTERNAL
@ INTERNAL
Internal error in the firmware, probably a pointer to a parameter was null.
Definition: CoLaError.h:103
visionary::CoLaError::OUT_OF_TIMERS
@ OUT_OF_TIMERS
There are no more timer objects available (for SOPAS Scan).
Definition: CoLaError.h:143
visionary::CoLaError::Enum
Enum
Possible CoLa errors.
Definition: CoLaError.h:28
visionary::CoLaError::UNKNOWN_ERROR
@ UNKNOWN_ERROR
An error with unknown reason occurred, this errorcode is deprecated.
Definition: CoLaError.h:54
visionary::CoLaError::INVALID_PORT
@ INVALID_PORT
The given PortId (for routing a CoLa2 telegram) does not exist.
Definition: CoLaError.h:137
visionary::CoLaError::COLA_A_INVALID_CHARACTER
@ COLA_A_INVALID_CHARACTER
Character is unknown, probably not alphanumeric (CoLaA only).
Definition: CoLaError.h:91
visionary::CoLaError::LOCAL_CONDITION_FAILED
@ LOCAL_CONDITION_FAILED
Definition: CoLaError.h:48
visionary::CoLaError::FLEX_OUT_OF_BOUNDS
@ FLEX_OUT_OF_BOUNDS
An array was accessed over its maximum length (the famous 0xE)
Definition: CoLaError.h:82
visionary::CoLaError::HUB_ADDRESS_CORRUPTED
@ HUB_ADDRESS_CORRUPTED
The Sopas Hubaddress is either too short or too long.
Definition: CoLaError.h:106
visionary::CoLaError::VARIABLE_UNKNOWN_INDEX
@ VARIABLE_UNKNOWN_INDEX
Trying to access a variable with an unknown Sopas index.
Definition: CoLaError.h:44
visionary::CoLaError::HUB_ADDRESS_DECODING
@ HUB_ADDRESS_DECODING
The Sopas Hubaddress is invalid, it can not be decoded (Syntax).
Definition: CoLaError.h:109
visionary::CoLaError::OSAI_NO_ANSWER_MESSAGE
@ OSAI_NO_ANSWER_MESSAGE
Definition: CoLaError.h:100
visionary::CoLaError::UNKNOWN_CMD_FOR_NAMESERVER
@ UNKNOWN_CMD_FOR_NAMESERVER
Definition: CoLaError.h:73
visionary::CoLaError::ASYNC_METHODS_ARE_SUPPRESSED
@ ASYNC_METHODS_ARE_SUPPRESSED
Definition: CoLaError.h:120
visionary::CoLaError::WRITE_MODE_NOT_ENABLED
@ WRITE_MODE_NOT_ENABLED
It is currently not allowed to write to the device, it is in RUN mode.
Definition: CoLaError.h:146
visionary::CoLaError::VARIABLE_WRITE_ACCESS_DENIED
@ VARIABLE_WRITE_ACCESS_DENIED
Definition: CoLaError.h:69
visionary::CoLaError::SESSION_UNKNOWN_ID
@ SESSION_UNKNOWN_ID
The CoLa2 session id is not valid, either it timed out or it never existed.
Definition: CoLaError.h:131
visionary::CoLaError::METHOD_IN_UNKNOWN_INDEX
@ METHOD_IN_UNKNOWN_INDEX
Trying to access a method with an unknown Sopas index.
Definition: CoLaError.h:41
visionary::CoLaError::METHOD_IN_ACCESS_DENIED
@ METHOD_IN_ACCESS_DENIED
Wrong userlevel, access to method not allowed.
Definition: CoLaError.h:38
visionary::CoLaError::SCAN_ALREADY_ACTIVE
@ SCAN_ALREADY_ACTIVE
A UDP Scan is already running.
Definition: CoLaError.h:140
visionary::CoLaError::HUB_ADDRESS_ADDRESS_EXCEEDED
@ HUB_ADDRESS_ADDRESS_EXCEEDED
Too many hubs in the address.
Definition: CoLaError.h:112
visionary::CoLaError::ERROR_UNKNOWN_TYPE
@ ERROR_UNKNOWN_TYPE
Definition: CoLaError.h:65
visionary::CoLaError::HUB_ADDRESS_BLANK_EXPECTED
@ HUB_ADDRESS_BLANK_EXPECTED
When parsing a HubAddress an expected blank was not found. The HubAddress is not valid.
Definition: CoLaError.h:115
visionary::CoLaError::UNKNOWN
@ UNKNOWN
Unknown error, internally thrown if SOPAS Scan received an unknown command.
Definition: CoLaError.h:155
visionary::CoLaError::METHOD_IN_SERVER_BUSY
@ METHOD_IN_SERVER_BUSY
It is not possible to issue more than one command at a time to an SRT device.
Definition: CoLaError.h:79
visionary::CoLaError::BUFFER_OVERFLOW
@ BUFFER_OVERFLOW
The communication buffer was too small for the amount of data that should be serialised.
Definition: CoLaError.h:57
visionary::CoLaError::CANNOT_CONNECT
@ CANNOT_CONNECT
Requested connection (probably to a Hub Device) could not be established.
Definition: CoLaError.h:134
visionary::CoLaError::INVALID_DATA
@ INVALID_DATA
Invalid data given for variable, this errorcode is deprecated (is not used anymore)
Definition: CoLaError.h:51
visionary::CoLaError::IO_LINK_FUNC_TEMP_NOT_AVAILABLE
@ IO_LINK_FUNC_TEMP_NOT_AVAILABLE
IoLink error: function temporarily not available.
Definition: CoLaError.h:152


sick_safevisionary_base
Author(s):
autogenerated on Sat Oct 21 2023 02:24:26