summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerror.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-01-28 21:58:12 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-01-30 01:35:49 +0200
commitfd577e3bfc49181ab71f4c13c04c51d8a073dccb (patch)
tree4cceadbc80f3441e6ed06cae95809cda5c3eb76a /indra/llcommon/llerror.h
parent4380a4ed53c436aeb34f17e82f031983e3b8f423 (diff)
#3400 Reimplement LLError marker for crash statistics
Diffstat (limited to 'indra/llcommon/llerror.h')
-rw-r--r--indra/llcommon/llerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llerror.h b/indra/llcommon/llerror.h
index 87625b6ead..41893a35e5 100644
--- a/indra/llcommon/llerror.h
+++ b/indra/llcommon/llerror.h
@@ -308,6 +308,7 @@ namespace LLError
class LLUserWarningMsg
{
public:
+ // error codes, tranlates to last_exec states like LAST_EXEC_OTHER_CRASH
typedef enum
{
ERROR_OTHER = 0,