📄 miscerr.h
字号:
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
/*********************************************************************/
/* */
/* Licensed Materials - Property of IBM */
/* */
/* L-GHUS-5VMPGW, L-GHUS-5S3PEE */
/* (C) Copyright IBM Corp. 1989, 2005 All Rights Reserved */
/* */
/* US Government Users Restricted Rights - Use, duplication or */
/* disclosure restricted by GSA ADP Schedule Contract with */
/* IBM Corp. */
/* */
/*********************************************************************/
/* MISC error codes */
#ifndef MISCERR_DEFS
#define MISCERR_DEFS
#define ERR_QUEUE_NOT_EMPTY PKG_MISC+1
internaltext(ERR_QUEUE_NOT_EMPTY, "Deleting a non-empty queue")
#define ERR_QUEUE_EMPTY PKG_MISC+2
internaltext(ERR_QUEUE_EMPTY, "No more entries to dequeue")
#define ERR_TEXT_PATTERN PKG_MISC+3
errortext(ERR_TEXT_PATTERN, "Invalid text pattern")
#define ERR_NOT_FOUND PKG_MISC+4
errortext(ERR_NOT_FOUND, "Entry not found in index")
#define ERR_FLOAT_CONVERSION PKG_MISC+5
errortext(ERR_FLOAT_CONVERSION, "Cannot convert text to a number")
#define ERR_NO_SUBINDEX PKG_MISC+6
internaltext(ERR_NO_SUBINDEX, "No subindex available")
#define ERR_NOT_EMPTY PKG_MISC+7
internaltext(ERR_NOT_EMPTY, "Subindex cannot be deleted while non-empty")
#define ERR_DUPLICATE_KEY PKG_MISC+8
errortext(ERR_DUPLICATE_KEY, "Entry already in index")
#define ERR_BUFFER_OVERFLOW PKG_MISC+9
errortext(ERR_BUFFER_OVERFLOW, "Output Buffer Overflow")
#define ERR_IFMT PKG_MISC+10
errortext(ERR_IFMT, "Invalid International Format Specifier")
#define ERR_TFMT PKG_MISC+11
errortext(ERR_TFMT, "Invalid Time/Date Format Specifier")
#define ERR_TDI_CONV PKG_MISC+12
errortext(ERR_TDI_CONV, "Unable to interpret Time or Date")
#define ERR_TDO_CONV PKG_MISC+13
errortext(ERR_TDO_CONV, "Invalid Time or Date Encountered")
#define ERR_NAME_LENGTH PKG_MISC+14
errortext(ERR_NAME_LENGTH, "Name too long")
#define ERR_VALUE_LENGTH PKG_MISC+15
errortext(ERR_VALUE_LENGTH, "Value too long")
#define ERR_NOT_TDPAIR PKG_MISC+16
internaltext(ERR_NOT_TDPAIR, "TIMEDATE, not TIMEDATE_PAIR")
#define ERR_TREQ PKG_MISC+17
errortext(ERR_TREQ, "TIME must be specified, not just DATE")
#define ERR_MAXINTERVAL PKG_MISC+18
errortext(ERR_MAXINTERVAL, "Maximum interval is 24 Hours")
#define ERR_HUFF0 PKG_MISC+19
internaltext(ERR_HUFF0, "There is at most 1 code with non-zero frequency")
#define ERR_HUFF1 PKG_MISC+20
errortext(ERR_HUFF1, "Invalid Encoded Data - Attachment may be corrupted")
#define ERR_HUFF2 PKG_MISC+21
errortext(ERR_HUFF2, "Encoded Data Checksum Mismatch - Attachment may be corrupted")
#define ERR_HUFF3 PKG_MISC+22
errortext(ERR_HUFF3, "Corrupted Encoded Data")
#define ERR_POOLFULL PKG_MISC+23
errortext(ERR_POOLFULL, "Insufficient memory - a Notes memory pool is full (P)")
#define ERR_DISCARDED PKG_MISC+24
debugtext(ERR_DISCARDED, "Pool cannot be locked or faulted")
#define ERR_INVALID_POOL PKG_MISC+25
errortext(ERR_INVALID_POOL, "Index (pool) has been corrupted - will be rebuilt automatically when database is closed or server is restarted")
#define ERR_POOL_FREE_CHAIN PKG_MISC+26
debugtext(ERR_POOL_FREE_CHAIN, "Invalid pool free chain")
#define ERR_LOCK_POOL_TWICE PKG_MISC+27
debugtext(ERR_LOCK_POOL_TWICE, "Attempt to lock twice using same pool lock")
#define ERR_TOO_MANY_LOCKS PKG_MISC+28
debugtext(ERR_TOO_MANY_LOCKS, "Too many locks on pool")
#define ERR_INVALID_BLOCK PKG_MISC+29
debugtext(ERR_INVALID_BLOCK, "Invalid block handle")
#define ERR_MEMBER_NUMBER PKG_MISC+30
errortext(ERR_MEMBER_NUMBER, "Index (link) has been corrupted - will be rebuilt automatically when database is closed or server is restarted")
#define ERR_ALREADY_SUBINDEX PKG_MISC+31
internaltext(ERR_ALREADY_SUBINDEX, "Subindex already created")
#define ERR_ACL_VERSION PKG_MISC+32
errortext(ERR_ACL_VERSION, "Access control list version is unsupported")
#define ERR_ACL_CORRUPT PKG_MISC+33
errortext(ERR_ACL_CORRUPT, "Access control list is corrupted")
#define ERR_ACL_FULL PKG_MISC+34
errortext(ERR_ACL_FULL, "The access control list is full. If you need to add new users, place existing users into groups on the list.")
#define ERR_ACL_INLIST PKG_MISC+35
errortext(ERR_ACL_INLIST, "The name is already in the list.")
#define ERR_ACL_NOENTRY PKG_MISC+36
errortext(ERR_ACL_NOENTRY, "The name is not in the list.")
#define ERR_ACL_UNDELETABLE PKG_MISC+37
errortext(ERR_ACL_UNDELETABLE, "Default cannot be deleted.")
#define ERR_BAD_DATE_FMT PKG_MISC+38
errortext(ERR_BAD_DATE_FMT, "Unrecognized DATE format specifier")
#define ERR_BAD_TIME_FMT PKG_MISC+39
errortext(ERR_BAD_TIME_FMT, "Unrecognized TIME format specifier")
#define ERR_BAD_ZONE_FMT PKG_MISC+40
errortext(ERR_BAD_ZONE_FMT, "Unrecognized ZONE format specifier")
#define ERR_BAD_STRUCT_FMT PKG_MISC+41
errortext(ERR_BAD_STRUCT_FMT, "Unrecognized date/time STRUCTURE format specifier")
#define ERR_UNKNOWN_TFMT PKG_MISC+42
errortext(ERR_UNKNOWN_TFMT, "Unrecognized date/time format specifier")
#define ERR_UNKNOWN_NFMT PKG_MISC+43
errortext(ERR_UNKNOWN_NFMT, "Unrecognized number format specifier")
#define ERR_NO_MANAGER PKG_MISC+44
errortext(ERR_NO_MANAGER, "Access control list must contain at least one Manager")
#define ERR_FREE_BLOCK_TWICE PKG_MISC+45
debugtext(ERR_FREE_BLOCK_TWICE, "Attempt to free block that is already free")
#define ERR_SERVER_ERR_MSG PKG_MISC+46
stringtext(ERR_SERVER_ERR_MSG, "Server error: ")
#define ERR_WRONG_LICENSE PKG_MISC+47
errortext(ERR_WRONG_LICENSE, "Your name is listed to access this database, but with a different ID")
#define ERR_CTF_FILEOPEN PKG_MISC+48
errortext(ERR_CTF_FILEOPEN, "Error opening Character Set Translation File")
#define ERR_CTF_FILEREAD PKG_MISC+49
errortext(ERR_CTF_FILEREAD, "Error reading Character Set Translation File")
#define ERR_DELIVERY_TIMEOUT PKG_MISC+50
errortext(ERR_DELIVERY_TIMEOUT, "Delivery time expired")
#define ERR_SHOW_TIMER1 PKG_MISC+51
debugtext(ERR_SHOW_TIMER1, "%ld msec%n")
#define ERR_SHOW_TIMER2 PKG_MISC+52
debugtext(ERR_SHOW_TIMER2, "%ld msec total, %ld iter -> %ld usec/iter%n")
#define ERR_POOL_MARKER1 PKG_MISC+53
debugtext(ERR_POOL_MARKER1, "Memory preceding pool block has been destroyed")
#define ERR_POOL_MARKER2 PKG_MISC+54
debugtext(ERR_POOL_MARKER2, "Memory following pool block has been destroyed")
#define ERR_POOL_BLOCK_DUMP PKG_MISC+55
debugtext(ERR_POOL_BLOCK_DUMP, "%nPool block: Length: %d Offset: %04x%n")
#define ERR_DUMP_TRUNCATED PKG_MISC+56
debugtext(ERR_DUMP_TRUNCATED, " TRUNCATED from %d bytes to 1024%n")
#define ERR_DUMP_FORMAT4 PKG_MISC+57
debugtext(ERR_DUMP_FORMAT4, "%08lx %08lx %08lx %08lx: %04x '%s'%n")
#define ERR_DUMP_FORMAT2 PKG_MISC+58
debugtext(ERR_DUMP_FORMAT2, "%04x %04x %04x %04x %04x %04x %04x %04x: %04x '%s'%n")
#define ERR_POOLQ_ALREADY_THERE PKG_MISC+59
internaltext(ERR_POOLQ_ALREADY_THERE, "OSBlockQueueInsert: block already on queue")
#define ERR_POOLQ_BAD_CHAIN PKG_MISC+60
internaltext(ERR_POOLQ_BAD_CHAIN, "OSBlockQueue: bad queue chain")
#define ERR_POOLQ_REMOVE_HEAD PKG_MISC+61
internaltext(ERR_POOLQ_REMOVE_HEAD, "OSBlockQueueRemove: Attempted to remove queue head")
#define ERR_POOLREALLOCFIXED PKG_MISC+62
errortext(ERR_POOLREALLOCFIXED, "Insufficient contiguous memory to reallocate in-place (P)")
#define ERR_NO_BLOCK_SIZES PKG_MISC+63
internaltext(ERR_NO_BLOCK_SIZES, "(Pool does not support block sizes)")
#define ERR_ATOM_TABLE_FULL PKG_MISC+64
internaltext(ERR_ATOM_TABLE_FULL, "Atom table is full")
#define ERR_TOO_MANY_POOLS PKG_MISC+65
errortext(ERR_TOO_MANY_POOLS, "The index is too big. Change view to select fewer documents; or reduce number/size of columns in the view.")
#define ERR_DICT_FILEOPEN PKG_MISC+66
errortext(ERR_DICT_FILEOPEN, "Error opening dictionary file")
#define ERR_POOL_NOT_EMPTY PKG_MISC+67
debugtext(ERR_POOL_NOT_EMPTY, "Attempt to delete non-empty Local DPool")
#define ERR_LOCAL_POOL PKG_MISC+68
debugtext(ERR_LOCAL_POOL, "Function not allowed for Local DPool")
#define ERR_ACL_DEFAULT_NAME PKG_MISC+69
stringtext(ERR_ACL_DEFAULT_NAME, "-Default-")
#define ERR_CTF_INVALID PKG_MISC+70
errortext(ERR_CTF_INVALID, "Invalid translation file. Check your User Preferences to make sure that file is properly specified.")
#define ERR_ARRAY_FULL PKG_MISC+71
internaltext(ERR_ARRAY_FULL, "Array is full")
#define ERR_IDTABLE_INVALID PKG_MISC+72
errortext(ERR_IDTABLE_INVALID, "Invalid ID table")
#define ERR_FILE_INVALID PKG_MISC+73
errortext(ERR_FILE_INVALID, "Invalid file type")
#define ERR_DIRECTORY_INVALID PKG_MISC+74
errortext(ERR_DIRECTORY_INVALID, "Directory does not exist")
#define ERR_NOT_YET_IMPLEMENTED PKG_MISC+75
errortext(ERR_NOT_YET_IMPLEMENTED, "This feature is not yet implemented")
#define ERR_DUMP_ZEROS_SUPPRESSED PKG_MISC+76
errortext(ERR_DUMP_ZEROS_SUPPRESSED,"-- %lu (0x%04lx) bytes of 0 --")
#define ERR_DN_COMP_VERSION PKG_MISC+77
errortext(ERR_DN_COMP_VERSION, "Invalid Name Parsing buffer size")
/* This resource identifies Notes V3.0c and later which is capable of */
/* 'setting up' a NLM server (remotely). This ID should not be changed */
/* and is checked by GUIINST in the file directry.c. (by ID NOT name) */
#define NLMSETUP_IMPLEMENTED PKG_MISC+78
stringtext(NLMSETUP_IMPLEMENTED, "1")
#define ERR_ENTRY_OR_VIEW_NOT_FOUND PKG_MISC+79
errortext(ERR_ENTRY_OR_VIEW_NOT_FOUND,"Entry not found in index or view's index not built")
#define ERR_LINEWRAP PKG_MISC+80
stringtext(ERR_LINEWRAP, "Line wrap must be a numeric value greater then zero")
#define ERR_QUEUED_TO_BKGND PKG_MISC+81
stringtext(ERR_QUEUED_TO_BKGND, "The requested operation will be performed in the background.")
#define ERR_STAT_NOT_FOUND PKG_MISC+82
errortext(ERR_STAT_NOT_FOUND, " not found in server statistics table")
#define ERR_IDTABLE_CHECKSUM PKG_MISC+83
internaltext(ERR_IDTABLE_CHECKSUM, "ID table checksum mismatch")
#define ERR_STAT_POOLFULL PKG_MISC+84
errortext(ERR_STAT_POOLFULL, "Insufficient memory - Statistics pool is full.")
#define ERR_DPOOLFULL PKG_MISC+85
errortext(ERR_DPOOLFULL, "Insufficient memory - a Notes memory pool is full (DP)")
#define ERR_VPOOLFULL PKG_MISC+86
errortext(ERR_VPOOLFULL, "Insufficient memory - a Notes memory pool is full (VP)")
#define ERR_LDPOOLFULL PKG_MISC+87
errortext(ERR_LDPOOLFULL, "Insufficient memory - a Notes memory pool is full (LDP)")
#define ERR_FOLDER_OLDSERVER PKG_MISC+88
errortext(ERR_FOLDER_OLDSERVER, "Sorry, this database is on a server running a previous version of Lotus Notes that does not support folders.")
#define ERR_SPARE_FULL PKG_MISC+89
errortext(ERR_SPARE_FULL, "Unable to extend an ID table - insufficient memory.")
#define ERR_CORRUPT_VPOOL PKG_MISC+90
errortext(ERR_CORRUPT_VPOOL, "Invalid Signature - VPOOL structure corrupt")
#define ERR_ABSTRACT_INVALID_SIZE PKG_MISC+91
errortext(ERR_ABSTRACT_INVALID_SIZE,"Abstract: the abstract size must be greater than 0")
#define ERR_OPCODE PKG_MISC+92
errortext(ERR_OPCODE, "Invalid ID table - unexpected opcode")
#define ERR_ASSIGN PKG_MISC+93
errortext(ERR_ASSIGN, "Invalid ID table - expected Assign opcode")
#define ERR_MQ_POOLFULL PKG_MISC+94
errortext(ERR_MQ_POOLFULL, "Insufficient memory - Message Queue pool is full.")
#define ERR_MQ_TIMEOUT PKG_MISC+95
errortext(ERR_MQ_TIMEOUT, "Timeout occurred waiting for message.")
#define ERR_MQSCAN_ABORT PKG_MISC+96
apitext(ERR_MQSCAN_ABORT, "Message Queue scan was aborted.")
#define ERR_DUPLICATE_MQ PKG_MISC+97
errortext(ERR_DUPLICATE_MQ, "Message Queue name already in use.")
#define ERR_NO_SUCH_MQ PKG_MISC+98
errortext(ERR_NO_SUCH_MQ, "No Message Queue with that name.")
#define ERR_MQ_EXCEEDED_QUOTA PKG_MISC+99
errortext(ERR_MQ_EXCEEDED_QUOTA, "Message Queue is full.")
#define ERR_MQ_EMPTY PKG_MISC+100
errortext(ERR_MQ_EMPTY, "Message Queue is empty.")
#define ERR_MQ_BFR_TOO_SMALL PKG_MISC+101
errortext(ERR_MQ_BFR_TOO_SMALL, "Message is larger than the buffer provided.")
#define ERR_MQ_QUITTING PKG_MISC+102
errortext(ERR_MQ_QUITTING, "Quit is pending on the Message Queue")
#define ERR_STAT_NOT_SET PKG_MISC+103
errortext(ERR_STAT_NOT_SET, " cannot be reset.")
#define ERR_STAT_SET PKG_MISC+104
errortext(ERR_STAT_SET, " was set to zero.")
#define ERR_STAT_SET_COMPLETE PKG_MISC+105
errortext(ERR_STAT_SET_COMPLETE, " was not reset, please use complete statistic name (Facility.Statname).")
#define ERR_MQSCAN_DEQUEUE PKG_MISC+106
internaltext(ERR_MQSCAN_DEQUEUE, "Dequeue current message in enumeration")
#define ERR_MQSCAN_DELETE PKG_MISC+107
internaltext(ERR_MQSCAN_DELETE, "Delete current message in enumeration")
#define ERR_ACL_CREATED PKG_MISC+108
stringtext(ERR_ACL_CREATED, "%A %A created list")
#define ERR_ACL_UPDATED PKG_MISC+109
stringtext(ERR_ACL_UPDATED, "%A %A updated %A")
#define ERR_ACL_ADDED PKG_MISC+110
stringtext(ERR_ACL_ADDED, "%A %A added %A")
#define ERR_ACL_DELETED PKG_MISC+111
stringtext(ERR_ACL_DELETED, "%A %A deleted %A")
#define ERR_ACL_PRIVNAME_SET PKG_MISC+112
stringtext(ERR_ACL_PRIVNAME_SET, "%A %A updated role %s")
#define ERR_ACL_PRIVNAME_CLEARED PKG_MISC+113
stringtext(ERR_ACL_PRIVNAME_CLEARED,"%A %A deleted role %s")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -