Open Sedkian opened 10 months ago
We want to find the places in our ACU code that we can report errors, warning, information, or debug messages.
Please check Error Codes > Potential Errors in the Error SDD for our current potential error list. Our potential error list is still work in progress.
Once you find a place in our code that could report one of errors, warning, information, or debug messages, leave a comment that states that.
Error Example: //TODO ACU#17 Error Battery Over Heating
//TODO ACU#17 Error Battery Over Heating
Warning Example: //TODO ACU#17 Warning
//TODO ACU#17 Warning
I will transfer this issue to the ACU2.0 repo. Can we migrate the comments to the new repo and merge it in asap to close this issue @CPollreis?
We want to find the places in our ACU code that we can report errors, warning, information, or debug messages.
Please check Error Codes > Potential Errors in the Error SDD for our current potential error list. Our potential error list is still work in progress.
Once you find a place in our code that could report one of errors, warning, information, or debug messages, leave a comment that states that.
Error Example:
//TODO ACU#17 Error Battery Over Heating
Warning Example:
//TODO ACU#17 Warning