SyscError Struct Reference Last update: 17.07.2025 Provide a struct for detecting errors from the interface calls. More... #include <syscCommonTypes.h> Data Fieldsint retcode char message [SYSC_STRING_LENGTH] Detailed Description Provide a struct for detecting errors from the interface calls. Definition at line 125 of file syscCommonTypes.h. Field Documentation ◆ message char SyscError::message[SYSC_STRING_LENGTH] Error message. Blank string if no error. Definition at line 127 of file syscCommonTypes.h. ◆ retcode int SyscError::retcode Error code. Set to 0 if no error. Definition at line 126 of file syscCommonTypes.h.