com.plumtree.portalpages.rest
Class CommonRestErrors

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

public class CommonRestErrors
extends ARESTErrors
implements IRESTError

This class enumerates the common errors generated by the portal Rest APIs. 1000 - 1999 is reserved for common errors.


Field Summary
static IRESTError GENERAL
           
static IRESTError NO_JSON_POST_CONTENT
           
static IRESTError NO_POST_CONTENT
           
static IRESTError NOT_LOGGED_IN
           
static IRESTError NOT_POST
           
static ARESTErrors PARAM_MISSING_REQUESTARGUMENT
          Use these errors with GetParameterizedRESTError method
static ARESTErrors PARAM_SERVER_ERROR
           
 
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

GENERAL

public static final IRESTError GENERAL

NOT_LOGGED_IN

public static final IRESTError NOT_LOGGED_IN

NOT_POST

public static final IRESTError NOT_POST

NO_POST_CONTENT

public static final IRESTError NO_POST_CONTENT

NO_JSON_POST_CONTENT

public static final IRESTError NO_JSON_POST_CONTENT

PARAM_SERVER_ERROR

public static final ARESTErrors PARAM_SERVER_ERROR

PARAM_MISSING_REQUESTARGUMENT

public static final ARESTErrors PARAM_MISSING_REQUESTARGUMENT
Use these errors with GetParameterizedRESTError method




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