⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nsferr.h

📁 很好的rootkit介绍书籍
💻 H
📖 第 1 页 / 共 5 页
字号:
	errortext(ERR_EXP_DATE,		"Database's expiration date has passed")#define ERR_DUP_TPL				PKG_NSF+195	errortext(ERR_DUP_TPL,		"WARNING: Both %p and %p claim to be Design Template '%.*s'")#define ERR_CONTAINER_LIMIT		PKG_NSF+196	errortext(ERR_CONTAINER_LIMIT, "Maximum size of a storage container reached")#define ERR_OBJECT_CANNOT_BE_ZERO		PKG_NSF+197	errortext(ERR_OBJECT_CANNOT_BE_ZERO, "Object size cannot be zero")#define	ERR_NOTE_INVSIG8		PKG_NSF+198	errortext(ERR_NOTE_INVSIG8,	"The Address Book does not contain any cross certificates capable of validating the signature.")#define ERR_BC_POOL_FULL		PKG_NSF+199	errortext(ERR_BC_POOL_FULL, "Insufficient memory - The NSF buffer control pool is full.")#define	ERR_UPDATE_ATT			PKG_NSF+200	errortext(ERR_UPDATE_ATT,	"One or more of the source document's attachment are missing.  Run Fixup to delete the document in the source database.")#define ERR_LINK_STR1		   	PKG_NSF+201	stringtext(ERR_LINK_STR1,	"Database")#define ERR_LINK_STR2		   	PKG_NSF+202	stringtext(ERR_LINK_STR2,	"View")#define ERR_LINK_STR3		   	PKG_NSF+203	stringtext(ERR_LINK_STR3,	"Document")#define	ERR_NSFOPENEXCLUSIVE	PKG_NSF+204	errortext(ERR_NSFOPENEXCLUSIVE,	"Database is being Compacted; Compact must finish before use.")/* The following status is 'sent' to the replicator via a break procedure *//* to partially cancel the replication.  The replicator should stop *//* processing the current database and start processing the next database. *//* This is used by background/briefcase to skip to the next database in *//* the replication list.  As it turns out, the replicator carries on for *//* errors other than CANCEL and SERVER_NOT_RESPONDING.  It does not *//* specifically look for this error code. */#define ERR_SKIP				PKG_NSF+205	errortext(ERR_SKIP,		"Next operation started at your request")#define ERR_ASYNC_DELIVERY_SEQNO PKG_NSF+206	internaltext(ERR_ASYNC_DELIVERY_SEQNO,"(no need to do this transaction in V4)")#define ERR_DBCLOSE_THREAD		PKG_NSF+207	errortext(ERR_DBCLOSE_THREAD,"NSFDbClose THREADID != NSFDbOpen THREADID!")#define ERR_EM_ILLEGALAID  		PKG_NSF+208	errortext(ERR_EM_ILLEGALAID,"Illegal or uninitialized addin id")#define ERR_EM_ILLEGAL	 		PKG_NSF+209	errortext(ERR_EM_ILLEGAL,"Extension number out of bounds")#define ERR_EM_ILLEGALFLAGS 	PKG_NSF+210	errortext(ERR_EM_ILLEGALFLAGS,"Extension registration flags illegal")#define ERR_EM_TOOMANYADDINS 	PKG_NSF+211	errortext(ERR_EM_TOOMANYADDINS,"Extension Manager has maximum addins already")#define ERR_EM_NOTAUTHORIZED PKG_NSF+212	errortext(ERR_EM_NOTAUTHORIZED,"Not authorized to register extension")#define ERR_EM_CONTINUE 		PKG_NSF+213	internaltext(ERR_EM_CONTINUE,"continue")#define ERR_EVENTQUEUE_NOTOPENED PKG_NSF+214	errortext(ERR_EVENTQUEUE_NOTOPENED,"Event Manager Queue not opened")#define ERR_EVENTQNEEDS_RESET 	PKG_NSF+215	errortext(ERR_EVENTQNEEDS_RESET,"Event Manager data structures in error")#define ERR_EVENTQUEUE_ISFULL 	PKG_NSF+216	errortext(ERR_EVENTQUEUE_ISFULL,"Event Manager Queue is full")#define ERR_EVENTQUEUE_MEMORY 	PKG_NSF+217	errortext(ERR_EVENTQUEUE_MEMORY,"Event Manager Queue memory full")#define ERR_REPL_UPDATE_RACE	PKG_NSF+218	errortext(ERR_REPL_UPDATE_RACE,	"Multiple replicator update race")#define ERR_NO_INCR_UPDATE		PKG_NSF+219	errortext(ERR_NO_INCR_UPDATE, "Incremental updates disallowed")#define	ERR_NOTE_INVSIG9		PKG_NSF+220	errortext(ERR_NOTE_INVSIG9,	"Signature on document is invalid (inconsistent field signatures)")#define ERR_BTVERIFY			PKG_NSF+221	errortext(ERR_BTVERIFY,		"NSF BT: Verification error in view %s in database %s.  See NOTES.BRP for dump.")#define ERR_BTVERIFY_NODESIZE	PKG_NSF+222	errortext(ERR_BTVERIFY_NODESIZE,	"BTVerifyNode: ERROR in %s, node size is %d - expected %d")#define ERR_BTVERIFY_LEVEL		PKG_NSF+223	errortext(ERR_BTVERIFY_LEVEL, "BTVerifyNode: ERROR in %s, level is %d - expected %d")#define ERR_BTVERIFY_PASTEND	PKG_NSF+224	errortext(ERR_BTVERIFY_PASTEND, "BTVerifyNode: ERROR in %s, entry %d is past the end of the node")#define ERR_BTVERIFY_DATA_PASTEND	PKG_NSF+225	errortext(ERR_BTVERIFY_DATA_PASTEND, "BTVerifyNode: ERROR in %s, Data for entry %d is past the end of the node")#define ERR_BTVERIFY_PIN_DATA	PKG_NSF+226	errortext(ERR_BTVERIFY_PIN_DATA,	"BTVerifyNode: ERROR %e pinning BT_DATA %s in node %s")#define ERR_BTVERIFY_LDATA_SIZE	PKG_NSF+227	errortext(ERR_BTVERIFY_LDATA_SIZE, "BTVerifyNode: ERROR BT_DATA %s in node %s has size %d, sum of chunks is %d")#define ERR_BTVERIFY_UNPIN_DATA	PKG_NSF+228	errortext(ERR_BTVERIFY_UNPIN_DATA,	"BTVerifyNode: ERROR %e unpinning BT_DATA %s in node %s")#define ERR_BTVERIFY_CARDINALITY	PKG_NSF+229	errortext(ERR_BTVERIFY_CARDINALITY,	"BTVerifyNode: ERROR in %s, cardinality is %lu - expected %lu")#define ERR_BTVERIFY_MAXFALSE	PKG_NSF+230	errortext(ERR_BTVERIFY_MAXFALSE,	"BTVerifyNode: ERROR in %s, MaxEntry is FALSE - expected TRUE")#define ERR_BTVERIFY_MAXTRUE	PKG_NSF+231	errortext(ERR_BTVERIFY_MAXTRUE,		"BTVerifyNode: ERROR in %s, MaxEntry is TRUE - expected FALSE")#define ERR_BTVERIFY_MAXKEYSIZE	PKG_NSF+232	errortext(ERR_BTVERIFY_MAXKEYSIZE,	"BTVerifyNode: ERROR in %s, MaxKeySize is %d - expected %d")#define ERR_BTVERIFY_MAXKEYVALUE	PKG_NSF+233	errortext(ERR_BTVERIFY_MAXKEYVALUE,	"BTVerifyNode: ERROR in %s, maximum key value is wrong")#define ERR_BTVERIFY_PINSUBINDEX	PKG_NSF+234	errortext(ERR_BTVERIFY_PINSUBINDEX,	"BTVerifyNode: ERROR %e pinning sub-index descriptor %s in node %s")#define ERR_BTVERIFY_UNPINSUBINDEX	PKG_NSF+235	errortext(ERR_BTVERIFY_UNPINSUBINDEX,	"BTVerifyNode: ERROR %e unpinning sub-index descriptor %s in node %s")#define ERR_FILEEXT_INVALID_READCOUNT	PKG_NSF+236	errortext(ERR_FILEEXT_INVALID_READCOUNT, "Extendable File object: invalid read count")#define ERR_FILEEXT_ALREADY_OPEN	PKG_NSF+237	errortext(ERR_FILEEXT_ALREADY_OPEN, "Extendable File object: already open")#define ERR_FILEEXT_NOT_OPEN		PKG_NSF+238	errortext(ERR_FILEEXT_NOT_OPEN, "Extendable File object: object must be open to perform this function")#define	ERR_DIRMAN_NOT_INITIALIZED	PKG_NSF+239	errortext(ERR_DIRMAN_NOT_INITIALIZED,"Directory Manager Not Initialized.")#define	ERR_NOSTUB_HAS_RESPONSES	PKG_NSF+240	errortext(ERR_NOSTUB_HAS_RESPONSES,	"A note with responses cannot be deleted with UPDATE_NOSTUB")#define	ERR_RESPONSE_CYCLE			PKG_NSF+241	errortext(ERR_RESPONSE_CYCLE,		"This operation creates a cycle in the response hierarchy")#define ERR_NSF_DIRMAN_POOLFULL		PKG_NSF+242	errortext(ERR_NSF_DIRMAN_POOLFULL, "Insufficient memory - NSF directory manager pool is full.")#define ERR_NSF_BUF_POOLFULL		PKG_NSF+243	errortext(ERR_NSF_BUF_POOLFULL, "Insufficient memory - NSF buffer pool is full.  Increase the value of the NSF_BUFFER_POOL_SIZE environment variable.")#define ERR_EVENTQ_POOLFULL			PKG_NSF+244	errortext(ERR_EVENTQ_POOLFULL, "Insufficient memory - Event Manager Pool is full.")#define ERR_DBINDEX_POOLFULL		PKG_NSF+245	errortext(ERR_DBINDEX_POOLFULL, "Insufficient memory - too many databases on server - Database List Pool is full.")#define ERR_SYNC_POOLFULL			PKG_NSF+246	errortext(ERR_SYNC_POOLFULL, 	"Insufficient memory - Database Sync Pool is full.")#define ERR_EM_POOLFULL				PKG_NSF+247	errortext(ERR_EM_POOLFULL,	 	"Insufficient memory - Extension Manager Data Pool is full.")#define	ERR_LOCALSEC_DBOPENFAILURE		PKG_NSF+248	errortext(ERR_LOCALSEC_DBOPENFAILURE,	"This database has local access protection and you are not authorized to access it")#define	ERR_LOCALSEC_NOTSUPPORTED		PKG_NSF+249	errortext(ERR_LOCALSEC_NOTSUPPORTED, "The local security feature is not supported for the database or server")#define	ERR_LOCALSEC_ALREADYSET			PKG_NSF+250	errortext(ERR_LOCALSEC_ALREADYSET, "This database already has local security set up and can not be set again")#define ERR_LOCALSEC_NOUSERPUBKEY		PKG_NSF+251	errortext(ERR_LOCALSEC_NOUSERPUBKEY, "Can not find the user or public key information in the Name and Address Book")#define	ERR_LOCALSEC_INVALIDSTATE	PKG_NSF+252	errortext(ERR_LOCALSEC_INVALIDSTATE, "Invalid local security state")#define ERR_FIXUP_DUP_DELETED		PKG_NSF+253	errortext(ERR_FIXUP_DUP_DELETED,"A duplicate of document NT%08lx in database %p has been deleted")#define	ERR_OVERDISKQUOTA		PKG_NSF+254	errortext(ERR_OVERDISKQUOTA,"Unable to write to database because database would exceed its disk quota.")#define	LOG_OVERDISKQUOTA		PKG_NSF+255	errortext(LOG_OVERDISKQUOTA,"Unable to write to database - database %s would exceed its disk quota of %d KB by %k.")/* We're full here for PKG_NSF - Max is 255! Start using PKG_NSF2 below...*//* More Note Storage File Error Code Definitions */#define NSFSTR_TRANSLOG_FORMATTING		PKG_NSF2+0	stringtext(NSFSTR_TRANSLOG_FORMATTING,	"Please wait, creating new transaction logs in directory: ")#define	ERR_LOCAL_ENCRYPT_MUST_COMPACT	PKG_NSF2+1	errortext(ERR_LOCAL_ENCRYPT_MUST_COMPACT, "You must compact the database in order to encrypt all documents.")#define	ERR_LOCAL_DECRYPT_MUST_COMPACT	PKG_NSF2+2	errortext(ERR_LOCAL_DECRYPT_MUST_COMPACT, "You must compact the database in order to decrypt all documents.")#define	ERR_IS_OBJSTORE					PKG_NSF2+3	errortext(ERR_IS_OBJSTORE,			 "The database required for this operation is an object store.")#define	ERR_OBJSTORE_UPD_REPLICA		PKG_NSF2+4	errortext(ERR_OBJSTORE_UPD_REPLICA, "The database and the object store for this update are replicas.")#define	ERR_ITEM_MISMATCH				PKG_NSF2+5	errortext(ERR_ITEM_MISMATCH,		"An item's value or datatype differs from the same item in the object store note.")#define	ERR_LOCALSEC_NEEDCOMPACT		PKG_NSF2+6	errortext(ERR_LOCALSEC_NEEDCOMPACT, "You should compact your database in order to complete the local security setting")#define	ERR_LOCALSEC_UNKNOWNMETHOD		PKG_NSF2+7	errortext(ERR_LOCALSEC_UNKNOWNMETHOD, "The specified encryption method is invalid or not supported by this version of software")#define	ERR_OBJSTORE_NOTSPLIT			PKG_NSF2+8	errortext(ERR_OBJSTORE_NOTSPLIT,	"Cannot split note (NoteID %d) between database %p and object store %p ")#define	ERR_BAD_DBUHASHTBL_DELETION		PKG_NSF2+9	internaltext(ERR_BAD_DBUHASHTBL_DELETION, "The wrong entry was deleted from the dbu hash table.")#define ERR_EM_MAX_EXTENSIONS			PKG_NSF2+10	errortext(ERR_EM_MAX_EXTENSIONS,	"Extension Manager exceeded maximum number of Recursion IDs")#define	ERR_NAMED_OBJECT_CORRUPT		PKG_NSF2+11	errortext(ERR_NAMED_OBJECT_CORRUPT, "Named Object corrupt.")#define	ERR_COMPACT_INTERRUPTED			PKG_NSF2+12	errortext(ERR_COMPACT_INTERRUPTED,	"Compaction of the database was stopped prematurely because another user modified it while it was being compacted.")#define	ERR_VALIDATION_FAILED			PKG_NSF2+13	apitext(ERR_VALIDATION_FAILED,	"Validation failed.")#define	ERR_NSF_HEADER_CORRUPTED		PKG_NSF2+14	errortext(ERR_NSF_HEADER_CORRUPTED,	"The Notes database file header is corrupted")#define	ERR_NO_SHARED_ITEMS				PKG_NSF2+15	errortext(ERR_NO_SHARED_ITEMS,		"The note contains no items that can be shared with the note in the object store.")#define ERR_LOCAL_ACCESS_AUTHN			PKG_NSF2+16	errortext(ERR_LOCAL_ACCESS_AUTHN,	"Your ID failed authentication check. Access is denied")#define ERR_IDTABLE_LENGTH_MISMATCH		PKG_NSF2+17	errortext(ERR_IDTABLE_LENGTH_MISMATCH,	"The internal length of the ID table does not match the length expected")#define ERR_FOLDER_DIRECTORY_CORRUPT	PKG_NSF2+18	errortext(ERR_FOLDER_DIRECTORY_CORRUPT,	"Folder is damaged. Please close and reopen database to repair it.")#define ERR_FOLDER_NOFREESPACE			PKG_NSF2+19	errortext(ERR_FOLDER_NOFREESPACE,	"Folder has no free space but should have.")#define ERR_REPL_BLOCK_FULL				PKG_NSF2+20	errortext(ERR_REPL_BLOCK_FULL,		"Folder replication block is full, will be reallocated.")#define ERR_ILLEGAL_FOLDER_COPY			PKG_NSF2+21	errortext(ERR_ILLEGAL_FOLDER_COPY,	"Source and destination folders must reside in same DB.")#define ERR_FOLDER_CORRUPT				PKG_NSF2+22	errortext(ERR_FOLDER_CORRUPT,	"Folder has been damaged.  Please close and reopen database to have it repaired.")#define ERR_FOLDER_TOO_BIG				PKG_NSF2+23	errortext(ERR_FOLDER_TOO_BIG,	"Folder is larger than supported, cannot perform operation.")#define ERR_NO_FOLDER_REPLICATION		PKG_NSF2+24	errortext(ERR_NO_FOLDER_REPLICATION,	"Folder replication not supported by remote server.")#define ERR_TOO_MANY_FOLDER_UPDATES		PKG_NSF2+25	errortext(ERR_TOO_MANY_FOLDER_UPDATES,	"Too many folder additions or removals at one time")#define ERR_FOLDER_ACCESS_DENIED		PKG_NSF2+26	errortext(ERR_FOLDER_ACCESS_DENIED,	"No privilege to update folder")#define ERR_NOTE_CANT_BE_FOLDER			PKG_NSF2+27	errortext(ERR_NOTE_CANT_BE_FOLDER,	"Note must be public or private view to be a folder")#define	ERR_MAXSIZE_NOTSUPPORTED 		PKG_NSF2+28	errortext(ERR_MAXSIZE_NOTSUPPORTED,		"The server does not support Notes database with maximum size greater than 1 GB")#define	ERR_OBJSTORE_NOACCESS			PKG_NSF2+29	errortext(ERR_OBJSTORE_NOACCESS,	"You do not have access to the object store that is used by this note")#define	ERR_OBJSTORE_NOT_FOUND			PKG_NSF2+30	errortext(ERR_OBJSTORE_NOT_FOUND,	"The object store note that is used by this note was not found.  Run the object store COLLECT task on this database.")#define	ERR_CANNOT_OPEN_OBJSTORE		PKG_NSF2+31	errortext(ERR_CANNOT_OPEN_OBJSTORE,	"The object store that is used by this note was not found or is not a Notes database")#define	ERR_OBJSTORE_NOTE_NOACCESS			PKG_NSF2+32	errortext(ERR_OBJSTORE_NOTE_NOACCESS,	"You do not have access to the object store note that is used by this note")#define	ERR_OBJSTORE_NOTE_DELETED			PKG_NSF2+33	errortext(ERR_OBJSTORE_NOTE_DELETED,	"The object store note that is used by this note has been deleted.  Run the object store COLLECT task on this database.")#define	ERR_USER_HANDLED_CONFLICT		PKG_NSF2+34	errortext(ERR_USER_HANDLED_CONFLICT,"User Has Handled their own Conflict.")#define ERR_FIXUP_GHOST					PKG_NSF2+35	errortext(ERR_FIXUP_GHOST,			"Fixed header of document NT%08lx in database %p so it will replicate properly.")#define	ERR_INVALID_CD_FILE				PKG_NSF2+36	errortext(ERR_INVALID_CD_FILE,		"Incorrectly formatted

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -