Requirement- change the error icon to some other custom icon in error message.
Solution- Go to your skin file and find af:message and change like below
af|message::error-icon{  
    content:url(/adf/images/warning.png);  
}
That’s it .
happy learning with Vinay Kumar