Packagecom.adobe.rtc.messaging.errors
Classpublic class MessageNodeError
InheritanceMessageNodeError Inheritance Error

MessageNodeError is an Error class containing the constants for various messaging error descriptions.

See also

com.adobe.rtc.sharedModel.CollectionNode


Public Methods
 MethodDefined by
  
MessageNodeError(p_message:String)
MessageNodeError
Public Constants
 ConstantDefined by
  ASSOCIATEDUSERID_MUST_BE_CONNECTED : String = "The associatedUserID must be connected."
[static]
MessageNodeError
  CANNOT_CHANGE_COLLECTIONNAME : String = "You cannot change the name of a MessageNodeCollection."
[static]
MessageNodeError
  CANNOT_CREATE_NODE : String = "You are trying to publish to a node that doesn't exist and you are not an owner."
[static]
MessageNodeError
  COLLECTION_ALREADY_CREATED : String = "This collection already exists."
[static]
MessageNodeError
  DO_NOT_PASS_ID : String = "The itemStorageScheme for this node is STORAGE_SCHEME_SINGLE_ITEM; therefore, you cannot pass an itemID other than MessageItem.SINGLE_ITEM_ID. In fact, you shouldn't pass an itemID at all! Do you want to use STORAGE_SCHEME_MANUAL instead?"
[static]
MessageNodeError
  INVALID_ID : String = "The itemStorageScheme for this node is STORAGE_SCHEME_SINGLE_MANUAL. You must pass an itemID."
[static]
MessageNodeError
  NODE_ALREADY_CREATED : String = "This node was already created in this collection."
[static]
MessageNodeError
  NODE_NOT_SYNCHRONIZED : String = "The node is not synchronized. Make sure you've subscribed."
[static]
MessageNodeError
  NO_SUCH_NODE : String = "Could not find the requested node."
[static]
MessageNodeError
Constructor detail
MessageNodeError()constructor
public function MessageNodeError(p_message:String)Parameters
p_message:String
Constant detail
ASSOCIATEDUSERID_MUST_BE_CONNECTEDconstant
public static const ASSOCIATEDUSERID_MUST_BE_CONNECTED:String = "The associatedUserID must be connected."
CANNOT_CHANGE_COLLECTIONNAMEconstant 
public static const CANNOT_CHANGE_COLLECTIONNAME:String = "You cannot change the name of a MessageNodeCollection."
CANNOT_CREATE_NODEconstant 
public static const CANNOT_CREATE_NODE:String = "You are trying to publish to a node that doesn't exist and you are not an owner."
COLLECTION_ALREADY_CREATEDconstant 
public static const COLLECTION_ALREADY_CREATED:String = "This collection already exists."
DO_NOT_PASS_IDconstant 
public static const DO_NOT_PASS_ID:String = "The itemStorageScheme for this node is STORAGE_SCHEME_SINGLE_ITEM; therefore, you cannot pass an itemID other than MessageItem.SINGLE_ITEM_ID. In fact, you shouldn't pass an itemID at all! Do you want to use STORAGE_SCHEME_MANUAL instead?"
INVALID_IDconstant 
public static const INVALID_ID:String = "The itemStorageScheme for this node is STORAGE_SCHEME_SINGLE_MANUAL. You must pass an itemID."
NODE_ALREADY_CREATEDconstant 
public static const NODE_ALREADY_CREATED:String = "This node was already created in this collection."
NODE_NOT_SYNCHRONIZEDconstant 
public static const NODE_NOT_SYNCHRONIZED:String = "The node is not synchronized. Make sure you've subscribed."
NO_SUCH_NODEconstant 
public static const NO_SUCH_NODE:String = "Could not find the requested node."




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/messaging/errors/MessageNodeError.html