diff options
author | Ryan Williams <rdw@lindenlab.com> | 2009-04-08 22:39:01 +0000 |
---|---|---|
committer | Ryan Williams <rdw@lindenlab.com> | 2009-04-08 22:39:01 +0000 |
commit | 2768539bfe2bf8f2d370fcef03ae7f15b55e0579 (patch) | |
tree | 1ad6d79211b9b67e20dc8fd2ad2bf17604f3d31b /indra/llinventory | |
parent | 4c3ffdfddaac35230b32302cf49c2077eea436df (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.h | 1 |
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; |