summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2009-04-08 22:39:01 +0000
committerRyan Williams <rdw@lindenlab.com>2009-04-08 22:39:01 +0000
commit2768539bfe2bf8f2d370fcef03ae7f15b55e0579 (patch)
tree1ad6d79211b9b67e20dc8fd2ad2bf17604f3d31b /indra/llinventory
parent4c3ffdfddaac35230b32302cf49c2077eea436df (diff)
svn merge -r116334:116916 svn+ssh://svn.lindenlab.com/svn/linden/branches/rad-chilies/rad-chilies-trunkmerge-2
Diffstat (limited to 'indra/llinventory')
-rw-r--r--indra/llinventory/lltransactiontypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/lltransactiontypes.h b/indra/llinventory/lltransactiontypes.h
index d70109804c..1cb7308bd4 100644
--- a/indra/llinventory/lltransactiontypes.h
+++ b/indra/llinventory/lltransactiontypes.h
@@ -45,6 +45,7 @@
// Money transaction failure codes
const U8 TRANS_FAIL_SIMULATOR_TIMEOUT = 1;
const U8 TRANS_FAIL_DATASERVER_TIMEOUT = 2;
+const U8 TRANS_FAIL_APPLICATION = 3;
// Codes up to 999 for error conditions
const S32 TRANS_NULL = 0;