Hi.
In the development of the Customer Module.
Can we add a new error code?
Similar to error.h in include in module.
For example, return the new error code in the module's Constructor function and display the corresponding error information in AWE.
10:27am
Hello yue.wang_10490,
Error.h is a list of errors for the internal AWE Core framework and not for specific modules, but you are free to develop your own error reporting mechanism independently if desired.
Thanks,
Kevin
9:57pm
Okay.
Thanks for your comment.