I'm reading a part of the docs ( https://docs.phalcon.io/es/latest/reference/models.html#validation-messages ), in which InvalidUpdateAttempt
is an event produced when updating a non-existent record. It also happens when updating a record that will have a repeated UNIQUE
that other record has? Because no clue of that in the event description (and the example code with the event shows the same message as InvalidCreateAttempt
).