Error: add OVERRUN_ERROR
parent
d43ef67ed1
commit
71fab21dfb
|
@ -70,4 +70,7 @@ namespace ErrorCodes {
|
|||
|
||||
// IndexOutOfRangeException equivalent
|
||||
const uint8_t RANGE_ERROR = 1;
|
||||
|
||||
// when going out of bounds in a non-predetermined way
|
||||
const uint8_t OVERRUN_ERROR = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue