LibraryExceptionFaultCode Enumeration

Spotfire 14.2 API Reference
Fault codes for LibraryExceptions.

Namespace:  Spotfire.Dxp.Framework.Library
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
public enum LibraryExceptionFaultCode
Members

  Member nameValueDescription
Undefined0Undefined fault.
EntryTitleInvalid1Library entry title is invalid.
EntryExist2Library entry exists.
EntryDoesNotExist3Library entry does not exist.
InvalidParent4The parent entry is invalid, for example wrong type etc.
EntryWrongType5Library entry is of wrong type.
UserDirectoryException6Any error from using the User Directory.
ClientIsOffline7The client is offline.
UserUnauthorized8User is unauthorized to perform the requested operation.
UnexpectedResult9The result from the server was unexpected or incomplete.
AttachmentFailure10Failed to upload or download attachment.
LibraryServiceException11Any failures from a LibraryServiceException.
LibraryServiceNotRunning12When the library service is not running.
LibraryAccessControlServiceException13Specifies any failures from a LibraryAccessControlServiceException.
InsufficientPermissions14The user has insufficient permissions to an item.
InvalidSearchExpression15The user has entered an invalid search expression.
QueryTimeout16The query timed out.
Other30Any other errors.
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference