How I can verify image in webUI using groovy

Test Cases/Login FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to verify image present
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26)
at com.kms.katalon.core.webui.keyword.builtin.VerifyImagePresentKeyword.verifyImagePresent(VerifyImagePresentKeyword.groovy:94)

Hi, welcome to the forum.
Can you have a read of this for ideas on what to include to explain your problem?

I would warn you that WebUI.verifyImagePresent() keyword wouldn’t work as you possibly expect it to. See the following post of mine:

I would recommend you not to use this keyword.