For example, I have the following if
:
if(!condicao1 || !condicao2 || !condicao3){
retorno erro com a condiçao que nao existe
}
When it enters this if
I would like to know which of the parameters is missing to return an error.