We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945b8ad commit 7972668Copy full SHA for 7972668
include/ur_client_library/primary/robot_message/error_code_message.h
@@ -57,7 +57,7 @@ struct ErrorCode
57
int32_t message_code{-1};
58
int32_t message_argument{-1};
59
ReportLevel report_level{ReportLevel::DEBUG};
60
- uint8_t data_type{0};
+ uint32_t data_type{0};
61
uint32_t data{0};
62
std::string text;
63
uint64_t timestamp{0};
0 commit comments