This EWI is added in the transformation of ERROR_MESSAGE(). The exact message of the error could change in Snowflake.
SET @varErrorMessage = ERROR_MESSAGE()
BEGIN
VARERRORMESSAGE := SQLERRM !!!RESOLVE EWI!!! /*** SSC-EWI-TS0073 - ERROR MESSAGE COULD BE DIFFERENT IN SNOWFLAKE ***/!!!;
END;