Communication: Add AppErrorMessage support

App errors are responses from the device indicating internal runtime errors.
This commit is contained in:
Kyle Johannes
2024-08-15 16:47:35 +00:00
committed by Kyle Schwarz
parent 75af3220b0
commit cac8d760b0
11 changed files with 430 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ public:
LiveDataNotSupported = 0x2052,
LINSettingsNotAvailable = 0x2053,
ModeNotFound = 0x2054,
AppErrorParsingFailed = 0x2055,
// Transport Events
FailedToRead = 0x3000,