com.plumtree.portalpages.rest
Class RESTErrorConstants

java.lang.Object
  extended by com.plumtree.portalpages.rest.RESTErrorConstants

public class RESTErrorConstants
extends java.lang.Object

These constants describe the . This class contains constants for the Rest API JSON/XML error output format. These can be used in both the JSON format and the XML format. Each constant is marked with input and/or output depending on whether it can be used as an input to the API, an output, or both.


Field Summary
static java.lang.String ERROR_CODE
          The key for the error code member.
static java.lang.String ERROR_FORMAT_NAME
          The name of the error object in the format (i.e.
static java.lang.String ERROR_TEXT
          The key for the error text member.
 
Constructor Summary
RESTErrorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_FORMAT_NAME

public static final java.lang.String ERROR_FORMAT_NAME
The name of the error object in the format (i.e. the object itself, not a member of the object). output

See Also:
Constant Field Values

ERROR_TEXT

public static final java.lang.String ERROR_TEXT
The key for the error text member. output

See Also:
Constant Field Values

ERROR_CODE

public static final java.lang.String ERROR_CODE
The key for the error code member. output

See Also:
Constant Field Values
Constructor Detail

RESTErrorConstants

public RESTErrorConstants()



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