| Package | com.adobe.rtc.messaging.errors |
| Class | public class MessageNodeError |
| Inheritance | MessageNodeError Error |
See also
| Method | Defined by | ||
|---|---|---|---|
|
MessageNodeError(p_message:String)
| MessageNodeError | ||
| Constant | Defined 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 | ||
| MessageNodeError | () | constructor |
public function MessageNodeError(p_message:String)Parameters
p_message:String |
| ASSOCIATEDUSERID_MUST_BE_CONNECTED | constant |
public static const ASSOCIATEDUSERID_MUST_BE_CONNECTED:String = "The associatedUserID must be connected."
| CANNOT_CHANGE_COLLECTIONNAME | constant |
public static const CANNOT_CHANGE_COLLECTIONNAME:String = "You cannot change the name of a MessageNodeCollection."
| CANNOT_CREATE_NODE | constant |
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_CREATED | constant |
public static const COLLECTION_ALREADY_CREATED:String = "This collection already exists."
| DO_NOT_PASS_ID | constant |
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_ID | constant |
public static const INVALID_ID:String = "The itemStorageScheme for this node is STORAGE_SCHEME_SINGLE_MANUAL. You must pass an itemID."
| NODE_ALREADY_CREATED | constant |
public static const NODE_ALREADY_CREATED:String = "This node was already created in this collection."
| NODE_NOT_SYNCHRONIZED | constant |
public static const NODE_NOT_SYNCHRONIZED:String = "The node is not synchronized. Make sure you've subscribed."
| NO_SUCH_NODE | constant |
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