#LOCAL("FormErrorPrinted", 0)
#LOCAL("StringEmptyErrorPrinted", 0)
#LOOP(#FormErrors.Form.ShippingLabel.Errors)
#INCLUDE("INC-UPS_SOAP_ERROR")
#IF(NOT #FormErrorPrinted)
#IF(#Reason EQ "STRING_EMPTY")
#IF(NOT #StringEmptyErrorPrinted)
{InputError}
{PleaseCorrectErrors}
#SET( "StringEmptyErrorPrinted",1 )
#ENDIF
#ELSE
{Error}
#Reason: #Parameter
#ENDIF
#ENDIF
#ENDLOOP
#ENDLOCAL
#ENDLOCAL
#ENDIF