enum ContentCreationError in module com::sun::star::ucb::

(Global Index)

Syntax

enum ContentCreationError;

Description

Codes for content creation errors.

Values Summary

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

Syntax

UNKNOWN,

Description

Unknown.


NO_CONTENT_BROKER

Syntax

NO_CONTENT_BROKER,

Description

No UCB available.


NO_IDENTIFIER_FACTORY

Syntax

NO_IDENTIFIER_FACTORY,

Description

No factory for content identifier available.


IDENTIFIER_CREATION_FAILED

Syntax

IDENTIFIER_CREATION_FAILED,

Description

Creation of content identifier failed.


NO_CONTENT_PROVIDER

Syntax

NO_CONTENT_PROVIDER,

Description

No Content Provider available.


CONTENT_CREATION_FAILED

Syntax

CONTENT_CREATION_FAILED,

Description

Provider was unable to create the content instance.

Top of Page