I understand. I just mean, one array can't be more or less that other array. They could write more clear message, something like "arrays are not comparable with > operator" or whatever. When I see "...array is more than array" phrase, I start thinking, how one array can be more than other array, and I feel bad.
Not only would it be useful to have a listing of error message, it would also be useful when EVERY message had its own UNIQUE ID, e.g. as an 8-digit hexadecimal numer as a topic for that message only.
Similar to the 8-digit number known from Windows error messages. Having that as a topic provides an easy index into an error message list, and also allows to select/exclude specific messages when trying to programmatically handle event messages. The currently available "topic" often include more than one message.
Situation has been improved by having regexp capability in the logging filter, but because there is no !regexp filter method it still isn't perfect. A unique ID could help.