1#ifndef Ajax_Ui_Error_errors_h_
2#define Ajax_Ui_Error_errors_h_
24static constexpr const char* errCode_NOT_PROVISIONED =
"Error Code: 01";
27static constexpr const char* errMsg_NOT_PROVISIONED =
"Manufacture error";
31static constexpr const char* errCode_POST_FAILURE =
"Error Code: 02";
34static constexpr const char* errMsg_POST_FAILURE =
"Hardware error";
38static constexpr const char* errCode_OTHER_FAILURES =
"Error Code: 99";
42static constexpr const char* errMsg_OTHER_FAILURES =
"Software error";
The 'Ajax' namespace is the root name space all GM6000 application specific source code.