📄 nsferr.h
字号:
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)")
#define ERR_NOTE_INVSIG3 PKG_NSF+92
errortext(ERR_NOTE_INVSIG3,"You and signer have no Certificates in common; signer cannot be assumed to be trustworthy.")
#define ERR_NOTE_INVSIG4 PKG_NSF+93
errortext(ERR_NOTE_INVSIG4, "Signature on document is invalid (certifier digest length)")
#define ERR_NOTE_INVSIG5 PKG_NSF+94
errortext(ERR_NOTE_INVSIG5, "Signature has been modified or corrupted since document was signed!")
#define ERR_NOTE_INVSIG6 PKG_NSF+95
errortext(ERR_NOTE_INVSIG6, "Signature on document is invalid (digest length)")
#define ERR_NOTE_INVSIG7 PKG_NSF+96
errortext(ERR_NOTE_INVSIG7, "Document has been modified or corrupted since signed! (signature)")
#define ERR_NOTE_BADATTSIGN PKG_NSF+97
errortext(ERR_NOTE_BADATTSIGN, "Attachment has been modified or corrupted since signed!")
#define ERR_NOTE_NOT_SEALED PKG_NSF+98
errortext(ERR_NOTE_NOT_SEALED, "Document is not encrypted.")
#define ERR_NOTE_ALREADY_SEALED PKG_NSF+99
errortext(ERR_NOTE_ALREADY_SEALED,"You cannot encrypt a document that is already encrypted.")
#define ERR_NOEXTRACT_ENCRYPTED PKG_NSF+100
errortext(ERR_NOEXTRACT_ENCRYPTED,"You must supply the bulk decryption key in order to extract this file object.")
#define ERR_NOT_SEALED_FOR_YOU PKG_NSF+101
errortext(ERR_NOT_SEALED_FOR_YOU,"You cannot access portions of this document because it is encrypted and was not intended for you, or you do not have the decryption key.")
#define ERR_ALREADY_LOCKED PKG_NSF+102
errortext(ERR_ALREADY_LOCKED,"Database is currently being replicated or copied elsewhere")
#define LOG_OVERDBSIZEWARNTHRESHOLD PKG_NSF+103
errortext(LOG_OVERDBSIZEWARNTHRESHOLD, "Warning, database %s has exceeded its warning size threshold of %d KB by %k.")
#define ERR_DB_NOT_OPEN PKG_NSF+104
errortext(ERR_DB_NOT_OPEN,"Specified database is not currently open")
#define ERR_STS_STRINGTOOLONG PKG_NSF+105
errortext(ERR_STS_STRINGTOOLONG,"Text search string is too long")
#define ERR_NOACTIVITY PKG_NSF+106
errortext(ERR_NOACTIVITY, "User activity recording is disabled")
#define ERR_FIELDNAME_TOO_LONG PKG_NSF+107
errortext(ERR_FIELDNAME_TOO_LONG,"Field names must be 250 characters or less")
#define ERR_COMPHALT1 PKG_NSF+108
debugtext(ERR_COMPHALT1, "(not enough items written)")
#define ERR_COMPHALT2 PKG_NSF+109
debugtext(ERR_COMPHALT2, "(incorrect length written)")
#define ERR_COMPHALT3 PKG_NSF+110
debugtext(ERR_COMPHALT3, "(unevaluated default summary value)")
#define ERR_NO_DELETED_NOTES PKG_NSF+111
errortext(ERR_NO_DELETED_NOTES,"No documents were deleted")
#define ERR_DATA_ONLY PKG_NSF+112
internaltext(ERR_DATA_ONLY, "(only data notes may be deleted using this call)")
#define ERR_REMOTE_UNID PKG_NSF+113
internaltext(ERR_REMOTE_UNID,"(you cannot obtain the UNIDs using this call to remote databases)")
#define ERR_MISSING_PRIVS PKG_NSF+114
errortext(ERR_MISSING_PRIVS,"All privileges are required for this operation")
#define ERR_INVALID_ITEMUNK PKG_NSF+115
errortext(ERR_INVALID_ITEMUNK, "Document is damaged or obsolete (unrecognized field)")
#define ERR_FIXUP_DOC PKG_NSF+116
errortext(ERR_FIXUP_DOC, "Document NT%08lx in database %p is damaged: %e")
#define ERR_FIXUP_DOC_DELETED PKG_NSF+117
errortext(ERR_FIXUP_DOC_DELETED,"Document (UNID OF%08lx:%08lx-ON%08lx:%08lx) in database %p has been deleted")
#define ERR_INVALID_UNK_TBL PKG_NSF+118
errortext(ERR_INVALID_UNK_TBL, "Field name table (UNK table) is damaged")
#define ERR_UNK_TBL_REPAIRED PKG_NSF+119
errortext(ERR_UNK_TBL_REPAIRED, "Field name table (UNK table) has been repaired")
#define ERR_NO_NAMED_KEY PKG_NSF+120
errortext(ERR_NO_NAMED_KEY, "You cannot access portions of this document because it was encrypted and you do not have any of the keys")
#define ERR_BAD_KEY_DATA PKG_NSF+121
errortext(ERR_BAD_KEY_DATA, "You are unable to decrypt this document because your key is incorrect")
#define ERR_FIXUP_DOC_ITEM PKG_NSF+122
errortext(ERR_FIXUP_DOC_ITEM, "Document NT%08lx in database %p is damaged: %e (Field %s, Datatype %04x)")
#define ERR_PURGING PKG_NSF+123
stringtext(ERR_PURGING, "Releasing unused storage in database %s...")
#define ERR_PURGING_DOCS PKG_NSF+124
stringtext(ERR_PURGING_DOCS, "Purging old documents from database %s...")
#define ERR_PURGE_QUERY PKG_NSF+125
errortext(ERR_PURGE_QUERY, "The Replication Cutoff Date indicates that documents before %z should be purged from the database %s. Would you like it to be done now?")
#define ERR_ITEM_NAME_HUGE PKG_NSF+126
errortext(ERR_ITEM_NAME_HUGE, "You can only Sign documents whose Field names are < 512 bytes.")
#define ERR_NO_ENCRYPT_FIELDS PKG_NSF+127
errortext(ERR_NO_ENCRYPT_FIELDS,"Document does not specify any fields to be encrypted")
#define ERR_FIXING PKG_NSF+128
stringtext(ERR_FIXING, "Performing consistency check on %s...")
#define ERR_OBJ_GONE PKG_NSF+129
errortext(ERR_OBJ_GONE, "Database object has been deleted")
#define ERR_FORM_DELETED PKG_NSF+130
errortext(ERR_FORM_DELETED,"Form has been deleted")
#define ERR_NULL_ITEM_HANDLE PKG_NSF+131
debugtext(ERR_NULL_ITEM_HANDLE,"NSFItemAppendByBLOCKID: bhValue of NULL")
#define ERR_FIXUP_BUCKET_REPAIRED PKG_NSF+132
errortext(ERR_FIXUP_BUCKET_REPAIRED,"Partially-saved document in database %p has been deleted")
#define ERR_FILEMAX PKG_NSF+133
errortext(ERR_FILEMAX, "Database (.nsf) has grown too large; use compact to reduce the file size or use use File New Replica to recreate your file with larger capacity.")
#define ERR_NSF_CORRUPT2 PKG_NSF+134
errortext(ERR_NSF_CORRUPT2,"Database has been corrupted and can't be repaired; cannot open")
#define ERR_NSF_UNKTBL2BIG PKG_NSF+135
errortext(ERR_NSF_UNKTBL2BIG,"Cannot store document - database has too many unique field names. Please set the 'Allow more fields in database' option or ask your administrator to compact the database.")
#define ERR_FILEMAXV1 PKG_NSF+136
errortext(ERR_FILEMAXV1, "Notes Version 1 database (.nsf) has grown larger than 40MB; use File Replication New Replica to recreate your file as a Notes Version 4 database (.nsf) capable of 4GB.")
#define ERR_DESKMAXV1 PKG_NSF+137
errortext(ERR_DESKMAXV1, "Notes Version 1 workspace file (DESKTOP.DSK) has grown larger than 1MB; you can delete DESKTOP.DSK if you wish a new one to be created that is capable of 50MB of private views.")
#define ERR_DESKMAX PKG_NSF+138
errortext(ERR_DESKMAX, "Workspace file (DESKTOP.DSK) has grown too large; remove some of your private views or icons.")
#define ERR_TBD PKG_NSF+139
errortext(ERR_TBD, "Function to-be-defined")
#define ERR_BTNODE_TOO_SMALL PKG_NSF+140
errortext(ERR_BTNODE_TOO_SMALL, "B-tree node too small - Can't hold 3 entries")
#define ERR_BTNODE_TOO_BIG PKG_NSF+141
errortext(ERR_BTNODE_TOO_BIG, "B-tree node is larger than the maximum slot size")
#define ERR_INVALID_BTREE PKG_NSF+142
errortext(ERR_INVALID_BTREE, "B-tree structure is invalid")
#define ERR_NO_BUFFER PKG_NSF+143
#ifdef MAC
errortext(ERR_NO_BUFFER,"There is not enough memory for a view or database buffer. Please close any unneeded windows. You may also increase Notes' available memory by quitting and choosing 'Get Info...' from the Finder.")
#else
errortext(ERR_NO_BUFFER,"There is not enough memory for a view or database buffer. Increase NSF_BUFFER_POOL_SIZE.")
#endif
#define ERR_INVALID_PAGE PKG_NSF+144
errortext(ERR_INVALID_PAGE, "Page format is incorrect")
#define ERR_MAXBTDEPTH PKG_NSF+145
errortext(ERR_MAXBTDEPTH, "Maximum depth of b-tree index reached")
#define ERR_SHARE_CONFLICT PKG_NSF+146
errortext(ERR_SHARE_CONFLICT, "Operation can't be performed while container is in use")
#define ERR_BAD_SNO PKG_NSF+147
errortext(ERR_BAD_SNO, "Attempt to use an invalid slot number")
#define ERR_RM_CANNOT_RECOVER PKG_NSF+148
errortext(ERR_RM_CANNOT_RECOVER, "Recovery Manager: Unable to recover DB")
#define ERR_BAD_DBP PKG_NSF+149
errortext(ERR_BAD_DBP, "Attempt to use an invalid database pointer")
#define ERR_BT_NOTOPEN PKG_NSF+150
errortext(ERR_BT_NOTOPEN, "B-tree index has not been opened")
#define ERR_BAD_PNOVEC PKG_NSF+151
errortext(ERR_BAD_PNOVEC, "Invalid PNO vector - position == 0")
#define ERR_NOTA_IDB PKG_NSF+152
debugtext(ERR_NOTA_IDB, "Block is not a IDB")
#define ERR_NOTA_DBBUF PKG_NSF+153
debugtext(ERR_NOTA_DBBUF, "Block is not a DBBUF")
#define ERR_NOTA_DBBUFCTL PKG_NSF+154
debugtext(ERR_NOTA_DBBUFCTL, "Block is not a DBBUFCTL")
#define ERR_NOTA_DBCONT PKG_NSF+155
debugtext(ERR_NOTA_DBCONT, "Block is not a DBCONT")
#define ERR_FILE_ALLOCATED PKG_NSF+156
errortext(ERR_FILE_ALLOCATED, "Container not found - new context allocated")
#define ERR_NOTA_DBB_HASH PKG_NSF+157
debugtext(ERR_NOTA_DBB_HASH, "Block is not a DBB_HASH")
#define ERR_NO_SPACE PKG_NSF+158
errortext(ERR_NO_SPACE, "No space on page for slot")
#define ERR_INTEGRITY PKG_NSF+159
errortext(ERR_INTEGRITY, "The integrity of a database storage container has been lost - the container will be rebuilt.")
#define ERR_NSF_NOV2 PKG_NSF+160
errortext(ERR_NSF_NOV2, "This function cannot be performed in conjunction with a Notes Version 2 Server")
#define ERR_NSF_INTERRUPT PKG_NSF+161
errortext(ERR_NSF_INTERRUPT,"Your connection to the server unexpectedly dropped; please retry the operation")
#define NSFSTR_LINK_STR1 PKG_NSF+162
stringtext(NSFSTR_LINK_STR1,"Database")
#define NSFSTR_LINK_STR2 PKG_NSF+163
stringtext(NSFSTR_LINK_STR2,"View")
#define NSFSTR_LINK_STR3 PKG_NSF+164
stringtext(NSFSTR_LINK_STR3,"Document")
#define ERR_ALREADY_ALLOC PKG_NSF+165
internaltext(ERR_ALREADY_ALLOC, "(RRV already allocated)")
#define ERR_COMPACT_MODE PKG_NSF+166
errortext(ERR_COMPACT_MODE, "Function cannot be performed while database is being compacted")
#define ERR_DBD_NON_NOTES PKG_NSF+167
errortext(ERR_DBD_NON_NOTES,"You may not use that database driver")
#define NSFSTR_COMPACT_PROGRESS PKG_NSF+168
stringtext(NSFSTR_COMPACT_PROGRESS,"Compacting database")
#define STR_FILTER_NEVER PKG_NSF+169
stringtext(STR_FILTER_NEVER,"Never")
#define STR_FILTER_HOURLY PKG_NSF+170
stringtext(STR_FILTER_HOURLY,"hourly")
#define STR_FILTER_DAILY PKG_NSF+171
stringtext(STR_FILTER_DAILY,"daily")
#define STR_FILTER_WEEKLY PKG_NSF+172
stringtext(STR_FILTER_WEEKLY,"weekly")
#define ERR_OBJECT_LENGTH PKG_NSF+173
errortext(ERR_OBJECT_LENGTH,"Document attachment is invalid")
#define ERR_BUFPOOL_TOO_SMALL PKG_NSF+174
#ifdef MAC
errortext(ERR_BUFPOOL_TOO_SMALL,"Insufficient memory for a view or database buffer. Please close any unneeded windows. You may also increase Notes' available memory by quitting and choosing 'Get Info...' from the Finder.")
#else
errortext(ERR_BUFPOOL_TOO_SMALL,"Insufficient memory for a view or database buffer.")
#endif
#define ERR_NSF_CORRUPT_RRVMAP PKG_NSF+175
errortext(ERR_NSF_CORRUPT_RRVMAP,"Database is damaged and can't be repaired (RRV buckets bad)")
#define ERR_HDL_LVL0 PKG_NSF+176
errortext(ERR_HDL_LVL0, "Maximum number of concurrently open objects has been exceeded")
#define ERR_HDL_PARAM PKG_NSF+177
errortext(ERR_HDL_PARAM, "No associated pointer to object")
#define ERR_HDL_NULL PKG_NSF+178
errortext(ERR_HDL_NULL, "Null object handle")
#define ERR_HDL_OOR PKG_NSF+179
errortext(ERR_HDL_OOR, "Object handle out of range")
#define ERR_HDL_DEALLOC PKG_NSF+180
errortext(ERR_HDL_DEALLOC, "Object handle is invalid")
#define ERR_CANNOT_OPEN_NSF PKG_NSF+181
errortext(ERR_CANNOT_OPEN_NSF, "File not found or not a Notes database")
#define ERR_REALLOC_PNOVEC PKG_NSF+182
errortext(ERR_REALLOC_PNOVEC, "Unable to enlarge a view container. Increase NSF_BUFFER_POOL_SIZE.")
#define ERR_BAD_PNO PKG_NSF+183
errortext(ERR_BAD_PNO, "Attempt to use an invalid page number")
#define ERR_DUPLICATE_UNID PKG_NSF+184
errortext(ERR_DUPLICATE_UNID,"Database already contains a document with this ID (UNID)")
#define ERR_DB_NOT_LOADED PKG_NSF+185
internaltext(ERR_DB_NOT_LOADED,"(DbDemandLoadByHandle must be called)")
#define ERR_FIXUP_UNID_CHANGED PKG_NSF+186
errortext(ERR_FIXUP_UNID_CHANGED,"Document NT%08lx in database %p has been assigned a new UNID")
#define ERR_NO_UNID_INDEX PKG_NSF+187
internaltext(ERR_NO_UNID_INDEX,"(UNID index has not been created or opened)")
#define ERR_NSF_CORRUPT_UNIDIDX PKG_NSF+188
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -