New error code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2336 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-03-27 00:10:29 +00:00
parent 4be173c19f
commit c8b1404483
@@ -1,5 +1,5 @@
//
// $Id: SpotCodes.java,v 1.4 2003/03/26 22:34:24 mdb Exp $
// $Id: SpotCodes.java,v 1.5 2003/03/27 00:10:29 mdb Exp $
package com.threerings.whirled.spot.data;
@@ -25,6 +25,10 @@ public interface SpotCodes extends ChatCodes, SceneCodes
* generated by a failed changeLoc request. */
public static final String INVALID_LOCATION = "m.invalid_location";
/** An error code indicating that a cluster is not valid. Usually
* generated by a failed joinCluster request. */
public static final String NO_SUCH_CLUSTER = "m.no_such_cluster";
/** The chat type code with which we register our cluster auxiliary
* chat objects. Chat display implementations should interpret chat
* messages with this type accordingly. */