Share via


ErrorType Enumeration

Specifies the category of errors which can occur when creating or accessing the collaboration workspace site for a business External Item by using the AddCollaboration method.

Namespace:  OBA.Server.EntityCollaboration
Assembly:  OBA.Server.Common (in OBA.Server.Common.dll)

Syntax

'Declaration
Public Enumeration ErrorType
'Usage
Dim instance As ErrorType
public enum ErrorType

Members

Member name Description
Generic Used in case of a generic error.
EntityNotFound Specifies that the business external content type for which the collaboration workspace site is being created is not available in the BDC Metadata Store.
LobSystemInstanceNotConfigured Indicates that the parameter specified is not a valid defined on the business External Content Type in the BDC Metadata Store.
FeatureNotActivated Specifies that the EntityCollaboration feature is not activated at the site collection level.
AccessDeniedToExecuteMethodInstance Specifies that the user does not have permission to run the MethodInstance(SpecificFinder) method on the business external content type in the BDC Metadata Store.
AccessDeniedToBDCInstance Specifies that the user does not have access to the business External Item in the external system.
BdcInstanceReadError Specifies the fact that an unhandled exception was thrown by the external system when trying to read the business External Item.
TimeOut When there are concurrent requests to create a collaboration workspace for a given business External Item, one request creates the site, while the rest wait for site to be provisioned.

If this request times out, then the AddCollaboration method can throw an EntityCollabException with the error code set to TimeOut.

See Also

Reference

OBA.Server.EntityCollaboration Namespace