Skip to content
  • Reinhold Kainhofer's avatar
    Implement errors, warnings, messages and notices · eda45158
    Reinhold Kainhofer authored
    - Added special variables Error=..., Warning=..., Notice=..., Message=... that will show the text (possibly translated) to the customer as a corresponding type of message.
    - Each system-specific implementation needs to implement the function printMessage(, ) instead of printWarning()
    eda45158