📄 nsferr.h
字号:
#define ERR_COMPUTE_MEMORY_MAX PKG_FORMULA+99 errortext(ERR_COMPUTE_MEMORY_MAX, "The formula has exceeded the maximum allowable memory usage.")#define ERR_ARCHIVE_SRC_IS_DEST PKG_FORMULA+100 errortext(ERR_ARCHIVE_SRC_IS_DEST,"You are not allowed to archive to and from the same database.")#define ERR_ARC_NO_PROFILE PKG_FORMULA+101 errortext(ERR_ARC_NO_PROFILE, "Archive profile note not found.")#define ERR_ARCHIVE_NOT_MIN_SERVER_VER PKG_FORMULA+102 errortext(ERR_ARCHIVE_NOT_MIN_SERVER_VER, "This action is not supported on this version of the Domino Server.")#define ERR_ARCHIVE_FIELDS_NOT_SIGNED PKG_FORMULA+103 errortext(ERR_ARCHIVE_FIELDS_NOT_SIGNED, "All of the required fields in your archive settings have not been properly signed. Please re-save your archive settings to correct this problem.")#define ERR_ARCHIVE_FIELDS_NOT_FOUND PKG_FORMULA+104 errortext(ERR_ARCHIVE_FIELDS_NOT_FOUND, "All of the required fields in your archive settings have not been found. Please re-save your archive settings to correct this problem.")#define ERR_COMPUTE_CHARSET_CONVERSION PKG_FORMULA+105 errortext(ERR_COMPUTE_CHARSET_CONVERSION, "Error converting string from LMBCS to UNICODE")#define ERR_ARCHIVE_NOT_ON_SRC_SRV PKG_FORMULA+106 errortext(ERR_ARCHIVE_NOT_ON_SRC_SRV, "The source server specified in your archive settings is not this server. Archiving will not be performed.")#define ERR_CORRUPTED_COMPUTE_INSTANCE PKG_FORMULA+107 errortext(ERR_CORRUPTED_COMPUTE_INSTANCE, "Internal error: Corrupted formula instance detected")#define ERR_COMPUTE_STACK_OVERFLOW PKG_FORMULA+108 errortext(ERR_COMPUTE_STACK_OVERFLOW, "Stack overflow evaluating formula. Try simplifying the formula.")#define ERR_ARCHIVE_CRIT_NO_SUP_ON_SRC PKG_FORMULA+109 errortext(ERR_ARCHIVE_CRIT_NO_SUP_ON_SRC, "'Older than' selection criteria is not supported on the server chosen to archive from, because its version is prior to 7.0. One or more enabled criteria use this selection criteria and will not be executed.") /* Note PKG_FORMULA is limited to 0 - 127 *//* Note Storage File Error Code Definitions */#define ERR_RM_FAIL_RESTART_OPEN PKG_NSF+0 errortext(ERR_RM_FAIL_RESTART_OPEN, "Recovery Manager: Logged Database cannot be accessed during Restart/Media Recovery Phase")#define ERR_NOT_NSF PKG_NSF+1 errortext(ERR_NOT_NSF, "File is not a database")#define ERR_IGNORE_NOTE PKG_NSF+2 internaltext(ERR_IGNORE_NOTE, "ignore this note during copy")#define ERR_WRITEONLY PKG_NSF+3 errortext(ERR_WRITEONLY,"Write-only database")#define ERR_READONLY PKG_NSF+4 errortext(ERR_READONLY, "Read-only database")#define ERR_CONFLICT PKG_NSF+5 errortext(ERR_CONFLICT, "Someone else modified this document at the same time")#define ERR_STRUCT PKG_NSF+6 errortext(ERR_STRUCT, "The program cannot interpret this file due to an invalid structure")#define ERR_DOC_STRUCT PKG_NSF+7 errortext(ERR_DOC_STRUCT,"Document has invalid structure")#define ERR_VALUE_FLAGS PKG_NSF+8 internaltext(ERR_VALUE_FLAGS,"Invalid combination of flags")#define ERR_BUCKET_FULL PKG_NSF+9 errortext(ERR_BUCKET_FULL,"The text fields of the document are too large to be stored. Please reduce their size.")#define ERR_UNK PKG_NSF+10 internaltext(ERR_UNK, "UNK does not exist")#define ERR_BUCKET PKG_NSF+11 internaltext(ERR_BUCKET,"Invalid pos, not in BUCKET areas")#define ERR_BUCKET_NOT_IN_MEM PKG_NSF+12 internaltext(ERR_BUCKET_NOT_IN_MEM, "(bucket not found)")#define ERR_NO_FILE_SHARING PKG_NSF+13 errortext(ERR_NO_FILE_SHARING, "This database is currently being used by someone else. In order to share a Notes database, all users must use a Domino Server instead of a File Server.")#define ERR_NSF_NOTE_POOLFULL PKG_NSF+14 errortext(ERR_NSF_NOTE_POOLFULL, "Insufficient memory - Open Note Pool is full.")#define ERR_NOTE_EMPTY PKG_NSF+15 errortext(ERR_NOTE_EMPTY, "Document has nothing to undelete")#define ERR_NO_MORE_MATCHES PKG_NSF+16 internaltext(ERR_NO_MORE_MATCHES, "(Search status - no more to do)")#define ERR_FORMULA PKG_NSF+17 errortext(ERR_FORMULA, "Invalid formula format")#define ERR_RM_PARTIAL_WRITE_DETECTED PKG_NSF+18 errortext(ERR_RM_PARTIAL_WRITE_DETECTED, "Recovery Manager: Partial Write detected during Redo, marking database Corrupt.")#define ERR_OPERATOR PKG_NSF+19 errortext(ERR_OPERATOR, "Invalid operator for data type")#define ERR_NOTE_ID PKG_NSF+20 errortext(ERR_NOTE_ID, "Invalid document identifier")#define ERR_NEW_NAME_KEY PKG_NSF+21 internaltext(ERR_NEW_NAME_KEY,"New name key being added")#define ERR_EVENT_TOO_BIG PKG_NSF+22 apitext(ERR_EVENT_TOO_BIG,"Event struct size plus data is bigger than 256 bytes")#define DBD_NOCACHE_STRING PKG_NSF+23 stringtext(DBD_NOCACHE_STRING,"NoCache")#define ERR_DBD_TOO_MANY_DRIVERS PKG_NSF+24 errortext(ERR_DBD_TOO_MANY_DRIVERS,"You may not use that many different database drivers in any one application.")#define ERR_NSF_VERSION PKG_NSF+25 errortext(ERR_NSF_VERSION, "Invalid NSF version")#define ERR_SEARCH_FLAGS PKG_NSF+26 apitext(ERR_SEARCH_FLAGS, "Search flags are incompatible")#define ERR_FULL_RECALC PKG_NSF+27 internaltext(ERR_FULL_RECALC, "(full recalc necessary)")#define ERR_DIRECTORY PKG_NSF+28 errortext(ERR_DIRECTORY, "This function is inappropriate for file system directories.")#define ERR_NOT_DIRECTORY PKG_NSF+29 errortext(ERR_NOT_DIRECTORY, "This function is only appropriate for directories.")#define ERR_ITEM_DEF_TYPE PKG_NSF+30 internaltext(ERR_ITEM_DEF_TYPE, "Cannot add item def - type unknown")#define ERR_BUCKET_STRUCT PKG_NSF+31 internaltext(ERR_BUCKET_STRUCT, "Invalid structure in bucket")#define ERR_NOT_LOCAL PKG_NSF+32 apitext(ERR_NOT_LOCAL, "Function is not supported for remote databases")#define ERR_DUP_SUMM_ITEM PKG_NSF+33 errortext(ERR_DUP_SUMM_ITEM, "Duplicate field in document")#define ERR_ITEM_NOT_FOUND PKG_NSF+34 apitext(ERR_ITEM_NOT_FOUND,"Note item not found")#define ERR_ENTRY_NOT_FOUND PKG_NSF+35 apitext(ERR_ENTRY_NOT_FOUND, "Cache entry not found")#define ERR_FMARKER PKG_NSF+36 internaltext(ERR_FMARKER,"Missing formula marker in merge formula")#define ERR_NOTE_DELETED PKG_NSF+37 errortext(ERR_NOTE_DELETED, "Document has been deleted")#define ERR_UNK_TYPE PKG_NSF+38 errortext(ERR_UNK_TYPE, "Field type (UNK) stored in document is invalid")#define ERR_INVALID_NOTE PKG_NSF+39 errortext(ERR_INVALID_NOTE, "Invalid or nonexistent document")#define ERR_AUXCLASS PKG_NSF+40 internaltext(ERR_AUXCLASS, "Invalid usage of Auxiliary Class Field")#define ERR_NSFOPEN PKG_NSF+41 errortext(ERR_NSFOPEN, "Database is currently in use by you or another user")#define ERR_NOTE_NOT_EMPTY PKG_NSF+42 internaltext(ERR_NOTE_NOT_EMPTY,"note pool not deleted because it is not empty")#define ERR_NOTE_NONDISCARDABLE PKG_NSF+43 internaltext(ERR_NOTE_NONDISCARDABLE,"note pool not discardable")#define ERR_NOTE_DISCARDED PKG_NSF+44 internaltext(ERR_NOTE_DISCARDED,"note pool has been discarded")#define ERR_NSF_INFO_SIZE PKG_NSF+45 errortext(ERR_NSF_INFO_SIZE,"Database title is too large; please use a shorter title.")#define ERR_NSF_IN_USE PKG_NSF+46 errortext(ERR_NSF_IN_USE,"Cannot do that to an NSF that may be in use")#define ERR_INVALID_NAME PKG_NSF+47 errortext(ERR_INVALID_NAME,"Remote pathname must be relative to Data Directory")#define ERR_NSF_POOLFULL PKG_NSF+48 errortext(ERR_NSF_POOLFULL, "Insufficient memory - NSF pool is full.")#define ERR_SUMMARY_TOO_BIG PKG_NSF+49 errortext(ERR_SUMMARY_TOO_BIG,"Field is too large (32K) or View's column & selection formulas are too large")#define ERR_DBCLASS PKG_NSF+50 errortext(ERR_DBCLASS, "Invalid NSF Class")#define ERR_TOOHUGE PKG_NSF+51 errortext(ERR_TOOHUGE, "Object too large to allocate given file params")#define ERR_NIFNOTE PKG_NSF+52 errortext(ERR_NIFNOTE, "Cannot create document in this type of file")#define ERR_NOFILESPACE PKG_NSF+53 errortext(ERR_NOFILESPACE,"Cannot allocate database object - database space exhausted")#define ERR_BADOBJECT PKG_NSF+54 internaltext(ERR_BADOBJECT,"Invalid Object ID")#define ERR_TRANSLOG_MISSING_SEGS PKG_NSF+55 errortext(ERR_TRANSLOG_MISSING_SEGS, "Missing or damaged transaction log segment.")#define ERR_NSF_CORRUPT PKG_NSF+56 errortext(ERR_NSF_CORRUPT,"Database is corrupt -- Cannot allocate space")#define ERR_SOURCE_DB_CLOSED PKG_NSF+57 errortext(ERR_SOURCE_DB_CLOSED,"Cannot access the document's original database to copy attachments")#define ERR_ENCODING PKG_NSF+58 errortext(ERR_ENCODING,"Unknown type of compression technique")#define ERR_NO_CLIENT PKG_NSF+59 debugtext(ERR_NO_CLIENT,"Remote operations not allowed in standalone programs")#define ERR_NO_MODIFIED_NOTES PKG_NSF+60 errortext(ERR_NO_MODIFIED_NOTES,"No documents have been modified since specified time.")#define ERR_NO_STAMPED_NOTES PKG_NSF+61 errortext(ERR_NO_STAMPED_NOTES,"No documents were categorized")#define ERR_NO_ITEM_IN_NOTE PKG_NSF+62 internaltext(ERR_NO_ITEM_IN_NOTE,"(no such item in document)")#define ERR_ITEM_DATATYPE PKG_NSF+63 errortext(ERR_ITEM_DATATYPE,"field in note has wrong datatype")#define ERR_ITEM_LENGTH PKG_NSF+64 errortext(ERR_ITEM_LENGTH,"Field length stored in document is incorrect")#define ERR_BAD_PARAM PKG_NSF+65 internaltext(ERR_BAD_PARAM, "(invalid usage - see NSF documentation)")#define ERR_SPECIAL_ID PKG_NSF+66 errortext(ERR_SPECIAL_ID, "Special database object cannot be located")#define ERR_INVALID_ITEMLEN PKG_NSF+67 errortext(ERR_INVALID_ITEMLEN, "Document is damaged or obsolete (incorrect field length)")#define ERR_INVALID_ITEMTYPE PKG_NSF+68 errortext(ERR_INVALID_ITEMTYPE, "Document is damaged or obsolete (unrecognized data type)")#define ERR_COMPILER_LOAD PKG_NSF+69 errortext(ERR_COMPILER_LOAD, "Insufficient memory to load Formula Compiler/Decompiler, or cannot locate the appropriate program file")#define ERR_NOACCESS PKG_NSF+70 errortext(ERR_NOACCESS, "You are not authorized to perform that operation")#define ERR_NO_HELP_INDEX PKG_NSF+71 errortext(ERR_NO_HELP_INDEX, "Help Index cannot be located")#define ERR_HELP_SECTION PKG_NSF+72 errortext(ERR_HELP_SECTION, "Notes can't automatically display Help on this section, but you can open the Notes Help database and search its Index.")#define ERR_HELP_CATEGORY PKG_NSF+73 errortext(ERR_HELP_CATEGORY, "Notes can't automatically display Help on this subject, but you can open the Notes Help database and search its Index. For Help on server administration, add and open the Domino Administrator Help database.")#define ERR_HELP_TOOBIG PKG_NSF+74 internaltext(ERR_HELP_TOOBIG, "(help string too large)")#define ERR_OPEN_FILE PKG_NSF+75 errortext(ERR_OPEN_FILE, "You are not authorized to access that database")#define ERR_DEL_FILE PKG_NSF+76 errortext(ERR_DEL_FILE, "You are not authorized to delete that database")#define ERR_UPDATE_CLASS PKG_NSF+77 internaltext(ERR_UPDATE_CLASS, "(you cannot change the class of a note once stored)")#define ERR_NOT_AUTHOR PKG_NSF+78 errortext(ERR_NOT_AUTHOR, "You cannot update or delete the document(s) since you are not listed as an allowable Author for this document")#define ERR_OBJECT_TRUNCATED PKG_NSF+79 errortext(ERR_OBJECT_TRUNCATED, "File object is truncated - file may have been damaged")#define ERR_DBFREE_ARGS PKG_NSF+80 debugtext(ERR_DBFREE_ARGS, "(DbFree: Invalid Disk Position/Size)")#define ERR_NTUPDATE_0OID PKG_NSF+81 debugtext(ERR_NTUPDATE_0OID,"(NSFNoteUpdate: 0 OID field!)")#define ERR_NO_HELP_LINKS PKG_NSF+82 errortext(ERR_NO_HELP_LINKS,"Help Indexing Information is not available")#define ERR_FMARKERSRC PKG_NSF+83 apitext(ERR_FMARKERSRC, "Formula markers not allowed in merge source formula")#define ERR_EXISTS_DIR PKG_NSF+84 errortext(ERR_EXISTS_DIR, "Cannot create database - the specified filename is a directory")#define ERR_NTCREATE_LICENSE PKG_NSF+85 errortext(ERR_NTCREATE_LICENSE, "Cannot create a document without a valid user license")#define ERR_CREATE_FILE PKG_NSF+86 errortext(ERR_CREATE_FILE, "You are not authorized to create new databases on this server")#define ERR_CREATE_REP_FILE PKG_NSF+87 errortext(ERR_CREATE_REP_FILE,"You are not authorized to create new replica databases on this server")#define ERR_DIGEST_LENGTH PKG_NSF+88 debugtext(ERR_DIGEST_LENGTH,"Message digest overflowed buffer!")#define ERR_NOTE_NOT_SIGNED PKG_NSF+89 errortext(ERR_NOTE_NOT_SIGNED,"Document is not signed.")#define ERR_NOTE_INVSIG1 PKG_NSF+90 errortext(ERR_NOTE_INVSIG1, "Signature on document is invalid (digest length)")#define ERR_NOTE_INVSIG2 PKG_NSF+91 errortext(ERR_NOTE_INVSIG2, "Document has been modified or corrupted since signed! (data)")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -