:: com :: sun :: star :: ucb ::

enum ContentCreationError
Description
Codes for content creation errors.

Values
UNKNOWN Unknown.  
NO_CONTENT_BROKER [ DEPRECATED ]
 
NO_IDENTIFIER_FACTORY [ DEPRECATED ]
 
IDENTIFIER_CREATION_FAILED Creation of content identifier failed.  
NO_CONTENT_PROVIDER No Content Provider for given content identifier available.  
CONTENT_CREATION_FAILED Provider was unable to create the content instance.  
Values' Details
UNKNOWN
UNKNOWN,
Description
Unknown.
NO_CONTENT_BROKER
NO_CONTENT_BROKER,
Usage Restrictions
deprecated
NO_IDENTIFIER_FACTORY
NO_IDENTIFIER_FACTORY,
Usage Restrictions
deprecated
IDENTIFIER_CREATION_FAILED
IDENTIFIER_CREATION_FAILED,
Description
Creation of content identifier failed.
NO_CONTENT_PROVIDER
NO_CONTENT_PROVIDER,
Description
No Content Provider for given content identifier available.
CONTENT_CREATION_FAILED
CONTENT_CREATION_FAILED,
Description
Provider was unable to create the content instance.
Top of Page