lib/error: Clean up comments

Soda
BodgeMaster 2022-10-14 17:30:35 +02:00
parent f8dd10d301
commit 53279c6905
1 changed files with 1 additions and 4 deletions

View File

@ -70,13 +70,10 @@ namespace ErrorCodes {
// Ahh yes, very useful.
const uint8_t SUCCESS = 0;
// IndexOutOfRangeException equivalent
const uint8_t OUT_OF_RANGE = 1;
// when going out of bounds in a non-predetermined way
// like OUT_OF_RANGE but when going out of bounds in a non-predetermined way
const uint8_t OVERRUN = 2;
// when checking for presence of something, for example CLI arguments
const uint8_t NOT_PRESENT = 3;
const uint8_t WRONG_USAGE = 4;