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 8345d71 commit ce2a473Copy full SHA for ce2a473
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