Top   Module   Use   Manual   Index 

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

enum ContentCreationError


Description
Codes for content creation errors.


Values

UNKNOWN
Description
Unknown.
NO_CONTENT_BROKER
Description
No UCB available.
NO_IDENTIFIER_FACTORY
Description
No factory for content identifier available.
IDENTIFIER_CREATION_FAILED
Description
Creation of content identifier failed.
NO_CONTENT_PROVIDER
Description
No Content Provider available.
CONTENT_CREATION_FAILED
Description
Provider was unable to create the content instance.
Top of Page