Project

General

Profile

Feature #92

Updated by Anna Maria Bigatti about 7 years ago

We've been talking a lot about how to classify errors and how many errors (error classes) we should have.
[see related issues below] I cannot find any notes about this :-(

Here I have some cases:
*@ DEFINE_ERROR(BadIndex, "Index out of range");@*
I think this should be called *@IndexOutOfRange@*

Another error I think would be useful in some occasions is "repeated index"

Back