chore(error): add error codes and fix macro accuracy

This commit is contained in:
Adam Heinermann 2025-01-11 11:19:27 -08:00 committed by fallenoak
parent 0854138653
commit 6397c2fa17
6 changed files with 165 additions and 54 deletions

View file

@ -40,7 +40,7 @@ void TSBaseArray<T>::CheckArrayBounds(uint32_t index) const {
}
SErrDisplayErrorFmt(
0x85100080,
STORM_ERROR_ACCESS_OUT_OF_BOUNDS,
this->MemFileName(),
this->MemLineNo(),
1,