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

enum ContentCreationError
Description
Codes for content creation errors.

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