ErrorCode Enumeration

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public enum ErrorCode

Members

Unknown0 
InvalidFooBar1 
InvalidArgument2 
InvalidFormat3 
InvalidFieldType4 
ObjectChanged5 
WebServiceError6 
NullValue7 
LoginError8 
LoginAccountDisabled9 
LoginAccountExpired10 
LoginPasswordExpired11 
LoginNoGroupsAssigned12 
LoginMustChangePassword13 
LoginNoFreeLicenses14 
LoginInvalidAttemptsLimit15 
LoginAuthenticationError16 
LoginAlreadyExists17 
PasswordTooShort18 
PasswordWithoutNumber19 
PasswordWithoutLowerCase20 
PasswordWithoutUpperCase21 
PasswordWithoutSpecialChar22 
PasswordReused23 
WeakPassword24 
InvalidPassword25 
NoAvailableLocation26 
FTSQueryParsingError27 
FTSTimeout28 
FTSInitializing29 
FTSLimitNumberOfEntriesToReturnExceeded30 
FTSGoogleLikeSearchRestrictedExpressionUsed31 
FTSBooleanLikeSearchFileOnlyOrMetadataOnlyRestrictedExpressionUsedDoubleColon32 
FTSBooleanLikeSearchFileOnlyOrMetadataOnlyRestrictedExpressionUsedContains33 
FTSBooleanLikeSearchFileOnlyOrMetadataOnlyRestrictedExpressionUsedTo34 
NoAvailableLicenses35 
NoAvailableGuaranteedAccounts36 
NoAvailableViewerLicenses37 
DuplicateObjectName38 
PortalUserDisabled39 
FileIsMissing40 
RepositoryIsInconsistent41 
CacheIsInconsistent42 
InsufficientPrivileges43 
NoWorkflowHost44 
SysAdminAccountProtection45 
InvalidRoleId46 
InvalidRoleName47 
UnknownLibraryObjectType48 
CannotMoveThisTypeOfObject49 
CannotRestrictAdminRights50 
CannotRestrictCabOwnerRights51 
UserNotInRole52 
InitializationFailed53 
CannotEvaluateNames54 
CannotEvaluateMembers55 
MarkupIsLocked56 
MarkupIsNotLocked57 
MarkupIsNotLockedByYou58 
ParentDocIsCheckedOut59 
ParentDocIsNotInLastVersion60 
ParentDocIsDeleted61 
DocumentIsAssociatedWithWorkflow62 
InvalidCharacters63 
CabinetOwnerError64 
FolderOwnerError65 
TooManyMetadataTables66 
TooManyFieldsInSchema67 
TooManySchemasForField68 
SQL256TablesLimitReached69 
MultipleAutoTaggedFolders70 
DuplicatePrefix71 
ControlFieldExists72 
ControlFieldDisabled73 
ControlFieldIsUsed74 
ControlFieldsSchemaUsed75 
DuplicateDocumentNumber76 
NumberTooLong77 
ControlFieldsCannotChangeSchema78 
DifferentSchemaTypes79 
TooManyDropDownSourceItems80 
CannotChangeContainerType81 
InvalidViewContext82 
CannotDeleteDefaultView83 
CannotChangeEventType84 
CannotChangeEventField85 
EventIsUsed86 
MissingFieldForEvent87 
FieldForEventNotReadOnly88 
InvalidEventType89 
EventExists90 
CustomNamingWithOfflineDocs91 
CannotChangeDocumentOwner92 
RepositoryThresholdTooLow93 
RepositoryThresholdTooBig94 
RepositoryAlreadyExists95 
RepositoryOnlyOneWriteable96 
RepositoryDoesNotExistsOrInaccessible97 
RepositoryCouldNotBeDeleted98 
NotSupported99 
SystemRestriced100 
InvalidViewState101 
ShortcutExists102 
NoLookupSettings103 
MultipleLookupRecords104 
FieldHasAssociatedEvent105 
WorkflowIsUsed106 
ExternalLookupFailed107 
BarcodeRecognitionFailed108 
CannotRemoveAllMainDocuments109 
NoScanningInboxLicensesAvailable110 
OperationNotAllowed111 
InvalidJobType112 
TooManyUserDefinedEvents113 
ActivityAlreadyCompleted114 
PlugInNotFound115 
NoWebViewerLicensesAvailable116 
CannotRestrictDisabledUser117 
DuplicateDomain118 
NoParticipantsInActivity119 
RestartedActivityHasNotBeenSelected120 
CannotAssignOneTimeReviewToYourself121 
RecoveryInvalidResetToken122 
RecoveryInvalidEmail123 
RecoveryInvalidPhoneNumber124 
RecoveryInvalidPin125 
RecoveryDomainObject126 
RecoverySendingFailed127 
MobileVerificationFailed128 
AccessPasswordRequired129 
SessionExpired130 
EasyWorkflowExpired131 
DuplicateEmail132 
InsufficientOneTimeLicenses133 
ImagingComponentFailure134 
SqlExceptionError135 
NoPendingFileForToken136 
ElementOfLibraryStructureNotEmptyYet137 
TooManyPagesInScannerInbox138 
RegisteredUserInGuestGroup139 
GuestUserInNonGuestGroup140 
GuestUserGuaranteedAccess141 
GuestUserInvalidViewerLicense142 
ViewerGeneralException143 
ViewerInvalidDocument144 
GuestUserNonWebScanning145 
WorkflowInitiationCancelled146 
NoDocumentSelected147 
InvalidFileType148 
NoWorkflowTemplateAvailable149 
InvalidDocumentType150 
InvalidAssembleConfiguration151 
DigitalSignatureDisabled152 
ActivityNotReserved153 
MarkupTypeNotAllowed154 
DigitalSignatureRequestFailed155 
IncorrectRoleId156 
InvalidToken157 
TeamsTokenExpired158 
TeamsObjectNotFound159 
TeamsError160 

See Also