#IF(#Reason EQ "NO_CUSTOMERITEMS")
#SET("ErrorDisplayed", 1)
{NoCustomerItems}
#ENDIF
#IF(#Reason EQ "NO_RECIPIENTS")
#SET("ErrorDisplayed", 1)
{NoRecipients} ({Line} #Line)
#ENDIF
#IF(#Reason EQ "FORMAT_NOT_EMAILADDRESS")
#SET("ErrorDisplayed", 1)
{FormatNotEmailAddress} ({Line} #Line)
#ENDIF
#IF(#Reason EQ "SHOW_COMPARE_ADDRESSES")
#SET("ErrorDisplayed", 1)
{AddressDataDiff} ({Line} #Line) {CompareData}
#ENDIF
#IF(#Reason EQ "FORMAT_NOT_DATETIME")
#SET("ErrorDisplayed", 1)
{FormatNotDatetime} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "FORMAT_NOT_TIME")
#SET("ErrorDisplayed", 1)
{FormatNotTime} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "CUSTOMERGOUP_DOESNT_EXIST")
#SET("ErrorDisplayed", 1)
{CustomerGroupDoesntExist} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "CUSTOMER_EMPTY_ALIAS")
#SET("ErrorDisplayed", 1)
{CustomerEmptyAlias} ({Line} #Line)
#ENDIF
#IF(#Reason EQ "TAXAREA_DOESNT_EXIST")
#SET("ErrorDisplayed", 1)
{TaxAreaDoesntExist} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "NO_PREDEF_ATTRIBUTE")
#SET("ErrorDisplayed", 1)
{NoPredefAttribute} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "INVALID_USER_LOCALE")
#SET("ErrorDisplayed", 1)
{InvalidUserLocale} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#IF(#Reason EQ "LOGIN_EXISTS")
#SET("ErrorDisplayed", 1)
{LOGIN_EXISTS} ({CustomerNo} #CustomerNo; {Login} #Login; {Line} #Line)
#ENDIF
#IF(#Reason EQ "NO_SHIPPINGADDRESS_FOR_CUSTOMERS")
#SET("ErrorDisplayed", 1)
{NoShippingaddressForCustomers} ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF
#REM (#EPG-15977) #IF(#Reason EQ "UNKNOWN_COUNTRYCODE")
#SET("ErrorDisplayed", 1)
UnknownCountryCode ({CustomerNo} #CustomerNo; {Line} #Line)
#ENDIF#ENDREM