// // $Id: CherCodes.java,v 1.2 2001/05/30 23:58:31 mdb Exp $ package com.threerings.cocktail.cher.util; /** * The Codes class serves as a repository for miscellaneous * string and integer constants used by componenets of the Cher system. */ public class Codes { /** * Generally used in responses that can either have the value success, * or a string code explaining the reason for failure. */ public static final String SUCCESS = "success"; }