RTS Error Codes
RTS Error codes describe errors that relate to the implementation of a RTS.
There are three error conditions within RTS Error codes:
Click the error condition to learn more.
General Get Failure - An attempt to retrieve the value for a data element failed and no other error information is available. This error condition applies to any error occurring when a GetValue() request is processed and can only occur if the conceptual communication state is "Running". Once the error is encountered, the conceptual communication state remains "Running".
General Set Failure - An attempt to store the value for a data element failed and no other error information is available. This error condition applies to any error occurring when a SetValue() request is processed and can only occur if the conceptual communication state is "Running". Once the error is encountered, the conceptual communication state remains "Running".
General Commit Failure - An attempt to commit data to storage failed and no other information error is available. This error acts as a catch all condition and can only occur if the conceptual communication state is "Running". Once the error is encountered, the conceptual communication state remains "Running".