Hi guys,

as suggested by Alan Cabrera, I have started to rename the ERR_XXXX error messages to something more explicit :
    public static final String ERR_04441 = "ERR_04442";
is now :
public static final String ERR_04442_NULL_AT_NOT_ALLOWED = "ERR_04442_NULL_AT_NOT_ALLOWED";

I have kept the error number for the sake of being able to grep the log file easily.

This is a work in progress, no need to go through all the messages right now, we can change them when needed.

--
Regards,
Cordialement,
Emmanuel Lécharny
www.nextury.com


Reply via email to