com.plumtree.portalpages.rest.user
Class UserRestErrors

java.lang.Object
  extended by com.plumtree.portalpages.rest.ARESTErrors
      extended by com.plumtree.portalpages.rest.user.UserRestErrors
All Implemented Interfaces:
IRESTError

public class UserRestErrors
extends ARESTErrors
implements IRESTError

This class enumerates the common errors generated by the User Rest APIs. 2500 - 2999 is reserved for User errors.


Field Summary
static IRESTError INVALID_USER_ID
           
static IRESTError JOIN_COMMUNITY_ERROR
           
static IRESTError LEAVE_COMMUNITY_ERROR
           
static IRESTError NO_JOIN_COMMUNITY_ID
           
static IRESTError NO_JSON_USER_OBJECT
           
static IRESTError NO_LEAVE_COMMUNITY_ID
           
 
Fields inherited from class com.plumtree.portalpages.rest.ARESTErrors
m_nCode, m_strMessage
 
Method Summary
 
Methods inherited from class com.plumtree.portalpages.rest.ARESTErrors
GetCode, GetMessage, ParameterizedRESTError, ParameterizeRESTError, ParameterizeRESTError, SetMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.plumtree.portalpages.rest.IRESTError
GetCode, GetMessage
 

Field Detail

NO_JSON_USER_OBJECT

public static final IRESTError NO_JSON_USER_OBJECT

NO_JOIN_COMMUNITY_ID

public static final IRESTError NO_JOIN_COMMUNITY_ID

NO_LEAVE_COMMUNITY_ID

public static final IRESTError NO_LEAVE_COMMUNITY_ID

INVALID_USER_ID

public static final IRESTError INVALID_USER_ID

JOIN_COMMUNITY_ERROR

public static final IRESTError JOIN_COMMUNITY_ERROR

LEAVE_COMMUNITY_ERROR

public static final IRESTError LEAVE_COMMUNITY_ERROR



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.