Communication: Add new app errors

This commit is contained in:
Bryant Jones
2024-08-29 12:28:01 -04:00
parent 7f30179cc4
commit 99183a89f9
2 changed files with 9 additions and 0 deletions
@@ -57,6 +57,9 @@ enum class AppErrorType : uint16_t {
AppErrorInvalidSetting = 42,
AppErrorSystemFailureRequestedReset = 43,
AppErrorPortKeyMistmatch = 45,
AppErrorBusFailure = 46,
AppErrorTapOverflow = 47,
AppErrorEthTxNoLink = 48,
AppErrorErrorBufferOverflow = 254,
AppNoError = 255
};