summaryrefslogtreecommitdiff
path: root/indra/llprimitive
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-06-30 16:46:45 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-06-30 16:46:45 -0400
commit491f30e43e571fca9939930a5e8d10caa5f65ad2 (patch)
treecd5ccb95b4b32374545a0bda36a49bebd9e5b2a0 /indra/llprimitive
parent6c6b509aa3d4ca1e4620a80f0b6235393af2a33a (diff)
parent4aa64b99dbe6cafdccf0c25501feaef5ba3445c4 (diff)
merge
Diffstat (limited to 'indra/llprimitive')
-rw-r--r--indra/llprimitive/lllslconstants.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/indra/llprimitive/lllslconstants.h b/indra/llprimitive/lllslconstants.h
index 926ce32d75..b6baf98211 100644
--- a/indra/llprimitive/lllslconstants.h
+++ b/indra/llprimitive/lllslconstants.h
@@ -239,4 +239,23 @@ const U32 LSL_STATUS_INTERNAL_ERROR = 1999;
// Start per-function errors below, starting at 2000:
const U32 LSL_STATUS_WHITELIST_FAILED = 2001;
+
+const S32 LSL_XP_ERROR_NONE = 0;
+const S32 LSL_XP_ERROR_THROTTLED = 1;
+const S32 LSL_XP_ERROR_EXPERIENCES_DISABLED = 2;
+const S32 LSL_XP_ERROR_INVALID_PARAMETERS = 3;
+const S32 LSL_XP_ERROR_NOT_PERMITTED = 4;
+const S32 LSL_XP_ERROR_NO_EXPERIENCE = 5;
+const S32 LSL_XP_ERROR_NOT_FOUND = 6;
+const S32 LSL_XP_ERROR_INVALID_EXPERIENCE = 7;
+const S32 LSL_XP_ERROR_EXPERIENCE_DISABLED = 8;
+const S32 LSL_XP_ERROR_EXPERIENCE_SUSPENDED = 9;
+const S32 LSL_XP_ERROR_UNKNOWN_ERROR = 10;
+const S32 LSL_XP_ERROR_QUOTA_EXCEEDED = 11;
+const S32 LSL_XP_ERROR_STORE_DISABLED = 12;
+const S32 LSL_XP_ERROR_STORAGE_EXCEPTION = 13;
+const S32 LSL_XP_ERROR_KEY_NOT_FOUND = 14;
+const S32 LSL_XP_ERROR_RETRY_UPDATE = 15;
+const S32 LSL_XP_ERROR_MATURITY_EXCEEDED = 16;
+
#endif