📄 oserr.h
字号:
#define ERR_PROC_KILL PKG_OS+184
internaltext(ERR_PROC_KILL, "(remove yield proc)")
#define ERR_PROC_REPOST PKG_OS+185
internaltext(ERR_PROC_REPOST, "(re-post yield proc)")
#define ERR_PTERM PKG_OS+186
errortext(ERR_PTERM, "Too many PROCESS termination handlers")
#define ERR_TTERM PKG_OS+187
errortext(ERR_TTERM, "Too many THREAD termination handlers")
#define ERR_OS_LAUNCHFAILMEM PKG_OS+188
errortext(ERR_OS_LAUNCHFAILMEM, "There is not enough memory available to launch the application. To make more memory available, try quitting other open applications.")
#define ERR_BUSY PKG_OS+189
errortext(ERR_BUSY, "Device is Busy/In Use")
#define ERR_REGFILENAME PKG_OS+190
errortext(ERR_REGFILENAME, "~notetmp.reg")
#define ERR_NOTES_ALREADY_RUNNING PKG_OS+191
errortext(ERR_NOTES_ALREADY_RUNNING,"The Notes Data Directory is in use by another Notes program (possibly on another computer). You must first shut down all Notes programs (for example, the Administration program) that share this Data Directory.")
#define ERR_SEMTIMEOUT PKG_OS+192
errortext(ERR_SEMTIMEOUT, "The caller's SemWait timeout expired.")
#define ERR_CANNOT_LOAD_STRING PKG_OS+193
errortext(ERR_CANNOT_LOAD_STRING, "Cannot load a needed string resource.")
#define ERR_CANNOT_CLAIM_MODULE PKG_OS+194
errortext(ERR_CANNOT_CLAIM_MODULE, "Cannot determine module handle for newly loaded library/program")
#define ERR_FILENAME_POOLFULL PKG_OS+195
errortext(ERR_FILENAME_POOLFULL, "Insufficient memory - Filename pool is full")
#define ERR_ENV_CHANGE PKG_OS+196
errortext(ERR_ENV_CHANGE, "%s changed to %s.")
#define ERR_ENV_CHANGE_ON_RESTART PKG_OS+197
errortext(ERR_ENV_CHANGE_ON_RESTART,"%s changed to %s, and will be recognized when Notes is restarted.")
#define STR_CONSOLE_END PKG_OS+198
errortext(STR_CONSOLE_END, "Click close box to exit...")
#define ERR_INICACHE_POOL_FULL PKG_OS+199
#ifdef MAC
errortext(ERR_INICACHE_POOL_FULL, "Insufficient memory - The Notes Preferences pool cache is full")
#else
errortext(ERR_INICACHE_POOL_FULL, "Insufficient memory - The NOTES.INI pool cache is full")
#endif
#define ERR_STATIC_POOLFULL PKG_OS+200
errortext(ERR_STATIC_POOLFULL, "Insufficient memory - Static pool is full")
#define ERR_NO_READ_PERMS PKG_OS+201
errortext(ERR_NO_READ_PERMS, "Cannot read file")
#define ERR_LOCK_FAILED PKG_OS+202
errortext(ERR_LOCK_FAILED, "Cannot set file lock. Access denied")
#define ERR_NFSLOCKD_FAILED PKG_OS+203
errortext(ERR_NFSLOCKD_FAILED, "Cannot lock a remote mounted file because the nfs lock daemon is not responding")
#define ERR_MEM_NOSIZE PKG_OS+204
errortext(ERR_MEM_NOSIZE, "Attempt to allocate 0 bytes of memory.")
#define ERR_SEM_LOCK_BOUNCED PKG_OS+205
errortext(ERR_SEM_LOCK_BOUNCED, "An attempt to lock a semaphore has bounced.")
#define ERR_PATH_NAME_TOO_LONG PKG_OS+206
#if defined(MAC) || defined(NLM) || defined(UNIX)
errortext(ERR_PATH_NAME_TOO_LONG, "The server and file name specified exceeds 256 characters.")
#else
errortext(ERR_PATH_NAME_TOO_LONG, "The server and file name specified exceeds 100 characters.")
#endif
#define ERR_MAC_FINDER_LOCKED PKG_OS+207
errortext(ERR_MAC_FINDER_LOCKED, "Cannot perform this action because the file is locked. Unlock the file using the Finder's Get Info command.")
#define ERR_GROUP_QUIT_SUPPRESSED PKG_OS+208
errortext(ERR_GROUP_QUIT_SUPPRESSED, "Process group termination is currently suppressed")
#define ERR_SEMWAITER_POOLFULL PKG_OS+209
errortext(ERR_SEMWAITER_POOLFULL, "Insufficient memory - Sem Waiter pool is full")
#define ERR_NO_PARTITION PKG_OS+210
internaltext(ERR_NO_PARTITION, "(internal, not using partitioned servers")
#define ERR_PARTITION_NOT_SUPPORTED PKG_OS+211
internaltext(ERR_PARTITION_NOT_SUPPORTED, "(internal, partitioned servers not supported on this platform")
#define ERR_NO_COMMAND_LINE PKG_OS+212
errortext(ERR_NO_COMMAND_LINE, "No command line supplied")
#define ERR_COMMAND_LINE_SUPPLIED PKG_OS+213
errortext(ERR_COMMAND_LINE_SUPPLIED,"Command line supplied")
#define ERR_IO_COMPLETE PKG_OS+214
errortext(ERR_IO_COMPLETE, "Asynchronous IO event is not complete")
#define ERR_NO_ASYNC_DATA PKG_OS+215
errortext(ERR_NO_ASYNC_DATA, "No asynchronous IO operation is in progress")
#define ERR_IO_PENDING PKG_OS+216
errortext(ERR_IO_PENDING, "Asynchronous IO is in progress")
#define ERR_ASYNCIO_WAIT PKG_OS+217
errortext(ERR_ASYNCIO_WAIT, "Unexpected result from asynchronous IO wait")
#define ERR_DELETE_USER PKG_OS+218
errortext(ERR_DELETE_USER, "Net user account could not be deleted for %s")
#define ERR_NT_ACCESS_DENIED PKG_OS+219
stringtext(ERR_NT_ACCESS_DENIED, "You must be a Windows NT or 2000 Administrator or Account Operator to delete or rename Windows users.")
#define ERR_NT_DC_NOT_FOUND PKG_OS+220
stringtext(ERR_NT_DC_NOT_FOUND, "Windows user accounts cannot be deleted or renamed. A primary domain controller for the current Windows domain cannot be found.")
#define ERR_NT_DLL_NOT_FOUND PKG_OS+221
stringtext(ERR_NT_DLL_NOT_FOUND, "Netapi32.dll (Windows NT) or nadreg.dll (Windows 2000 or higher) could not be found.")
#define ERR_NT_USER_GROUP_ABSENT PKG_OS+222
stringtext(ERR_NT_USER_GROUP_ABSENT, "Windows account for '%s' not deleted or renamed. The Windows user or Windows group could not be found on the current Windows domain.")
#define ERR_NT_MODIFY_FAILED PKG_OS+223
stringtext(ERR_NT_MODIFY_FAILED, "Windows user '%s' could not be deleted or renamed.")
#define ERR_NOT_SUPPORTED PKG_OS+224
errortext(ERR_NOT_SUPPORTED, "This function is not supported on this operating system.")
#define ERR_TOO_MANY_PIPES PKG_OS+225
errortext(ERR_TOO_MANY_PIPES, "Trying to create more pipes than the notes system limit.")
#define ERR_OSPIPE_TIMEOUT PKG_OS+226
errortext(ERR_OSPIPE_TIMEOUT, "ospipe api function timed out.")
#define ERR_WEB_DOWNLOAD_PROMPT PKG_OS+227
errortext(ERR_WEB_DOWNLOAD_PROMPT, "The feature you have chosen is not available in this version of Notes.")
#define ERR_WEB_DOWNLOAD_HELP PKG_OS+228
errortext(ERR_WEB_DOWNLOAD_HELP, "Help files not available in this version of Notes. To use this feature,\naccess help on a Domino server or the web, or install the shipping version of Notes.")
#define ERR_WEB_DOWNLOAD_SPELL PKG_OS+229
errortext(ERR_WEB_DOWNLOAD_SPELL, "Spelling and dictionary files requested are not available in this version of Notes.\nTo access this feature, you will need to install the shipping version of Notes")
#define STR_OS_MONTHS PKG_OS+230
stringtext(STR_OS_MONTHS, "Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec")
#define ERR_FILE_TOO_LARGE PKG_OS+231
errortext(ERR_FILE_TOO_LARGE, "Attempt to extend file past supported size for platform.")
#define ERR_REGFILENAME2 PKG_OS+232
errortext(ERR_REGFILENAME2, "~notetp2.reg")
/* Use OSLoadSubString to load substrings - english total length<80! */
#define STR_CONSOLE_PROMPTS PKG_OS+233
stringtext(STR_CONSOLE_PROMPTS, " (OK)| (OK/Cancel)| (Yes/No)| (Yes/No/Cancel)| (Retry/Cancel)| ")
#define IDX_OK 1
#define IDX_OKCANCEL 2
#define IDX_YESNO 3
#define IDX_YESNOCANCEL 4
#define IDX_RETRYCANCEL 5
#define IDX_DEFAULT 6
#define STR_CONSOLE_REPLIES PKG_OS+234
stringtext(STR_CONSOLE_REPLIES, "O|C|Y|N|R")
#define IDX_OK 1
#define IDX_CANCEL 2
#define IDX_YES 3
#define IDX_NO 4
#define IDX_RETRY 5
#define ERR_MEMALLOC_BPOOL_POOLFULL PKG_OS+235
errortext(ERR_MEMALLOC_BPOOL_POOLFULL, "Insufficient memory - OSMemAlloc BPOOL is full")
#define ERR_DUPLICATE_DIRLINK PKG_OS+236
errortext(ERR_DUPLICATE_DIRLINK, "Unable to register directory link %s. Directory link %s for path %s already exists. Please remove one of the duplicate links.")
#define ERR_USER_ROOT PKG_OS+237
errortext(ERR_USER_ROOT, "Do not run Domino as root. Domino exiting\n")
#define ERR_SYSREQ PKG_OS+238
errortext(ERR_SYSREQ, "Warning!! Current file descriptor limit %d is too low.|Refer to System Requirements documentation.")
#define SR_IDX_FDLIM 1
#define SR_IDX_DOC 2
#define SR_IDX_MAX 2 /* maximum substring index */
#define ERR_FAULT_RECOVERY1 PKG_OS+239
errortext(ERR_FAULT_RECOVERY1, "Fault cleanup is in progress|Termination is in progress|Too many crashes, restart disabled|Running cleanup script|Terminating tasks|Warning! Failed to allocate message queue resource; post-crash/fault recovery shutdown system disabled.")
#define FR_IDX_FRSTARTED 1
#define FR_IDX_TRMSTARTED 2
#define FR_IDX_NORESTART 3
#define FR_IDX_CLNUPSCRIPT 4
#define FR_IDX_TERMTASKS 5
#define FR_IDX_DISABLE 6
#define FR_IDX_MAX1 6 /* maximum substring index */
#define ERR_FAULT_RECOVERY2 PKG_OS+240
errortext(ERR_FAULT_RECOVERY2, "Freeing resources|Recovery error|Fault cleanup completed|Termination completed|Domino Halted. Type 'quit' to Terminate/Cleanup |quit|Shutdown system disabled, use 'nsd -kill' to terminate")
#define FR_IDX_FREERES 1
#define FR_IDX_ERROR 2
#define FR_IDX_FRCOMPLETED 3
#define FR_IDX_TRMCOMPLETED 4
#define FR_IDX_TERMCLEANUP 5
#define FR_IDX_QUIT 6
#define FR_IDX_USENSD 7
#define FR_IDX_MAX2 7 /* maximum substring index */
#define ERR_FAULT_RECOVERY3 PKG_OS+241
errortext(ERR_FAULT_RECOVERY3, "Server Restart Notification|Fault Recovery Notification: Server %s was restarted after a fault on %s|Running NSD")
#define FR_IDX_SUBJ 1
#define FR_IDX_BODY 2
#define FR_IDX_RUNNSD 3
#define FR_IDX_MAX3 3 /* maximum substring index */
#define ERR_OSPIPE_READ_WOULDBLOCK PKG_OS+242 /* from 4.61 */
errortext(ERR_OSPIPE_READ_WOULDBLOCK, "ospipe read would block, pipe is empty.")
#define ERR_BAD_DIRECTORY PKG_OS+243
errortext(ERR_BAD_DIRECTORY, "Invalid directory name or device not ready.")
#define ERR_SERVER_RESTART PKG_OS+244
internaltext(ERR_SERVER_RESTART, "Restart the server")
#define ERR_SHMEM_NOT_FOUND PKG_OS+245
errortext(ERR_SHMEM_NOT_FOUND, "Cannot attach to shared memory region. Region was deallocated due to abnormal termination of another process.")
#define ERR_STACKWALK_FAILED PKG_OS+246
debugtext(ERR_STACKWALK_FAILED, "stack walk failed")
#define ERR_DIR_NOT_EMPTY PKG_OS+247
errortext(ERR_DIR_NOT_EMPTY, "Folder is not empty")
#define ERR_CANNOT_LINK_TO_DATADIR PKG_OS+248
errortext(ERR_CANNOT_LINK_TO_DATADIR, "This link points within the existing data directory tree")
#define ERR_LINK_DEST_NO_EXIST PKG_OS+249
errortext(ERR_LINK_DEST_NO_EXIST, "Destination path does not exist")
#define ERR_SERVER_MEMORY PKG_OS+250
errortext(ERR_SERVER_MEMORY, "Insufficient memory.")
/* !!!!!!!!!!Note - In the 5.0x stream, messages 251-254 were used for different things and not moved here so we have
an inconsistency which needs to be cleaned up. Unfortunately, since we're at the end of available OS error codes
this isn't trivial. We need to do reviews of all the error code files to find these problems before 6.0 FCS. RLH 11/21/2001 */
#define ERR_OSMESSAGE_IGNORE PKG_OS+251
internaltext(ERR_OSMESSAGE_IGNORE, "(internal, used by message signal handler")
#define ERR_OSMESSAGE_ABORT PKG_OS+252
internaltext(ERR_OSMESSAGE_ABORT, "(internal, used by message signal handler")
#define ERR_BAD_PATH PKG_OS+253
errortext(ERR_BAD_PATH, "The specified path is invalid")
/* 254 Available */
#define ERR_FILE_NOT_LINK PKG_OS+255
errortext(ERR_FILE_NOT_LINK, "File is not a link")
/* PKG_OS goes to 255 */
#endif
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(pop)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -