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

📄 nsferr.h

📁 很好的rootkit介绍书籍
💻 H
📖 第 1 页 / 共 5 页
字号:
#define ERR_DB2LOAD_ACC_DEF				PKG_DB2NSF+103	errortext(ERR_DB2LOAD_ACC_DEF,		"Failed when loading the access definition.")	#define ERR_DB2READ_NOTE				PKG_DB2NSF+104	errortext(ERR_DB2READ_NOTE,			"Failed when DB2 was reading a note.")#define ERR_DB2WRITE_RNOTE				PKG_DB2NSF+105	errortext(ERR_DB2WRITE_RNOTE,		"Failed when DB2 was writing a row in a note.")#define ERR_DB2GET_NSF_SIZE				PKG_DB2NSF+106	errortext(ERR_DB2GET_NSF_SIZE,		"Failed calculating DB2 NSF size.")#define ERR_DB2CREATEDB2				PKG_DB2NSF+107	errortext(ERR_DB2CREATEDB2,			"Failed creating DB2 Database.")#define ERR_DB2NSF_WRONGSCHEMA			PKG_DB2NSF+108	errortext(ERR_DB2NSF_WRONGSCHEMA,	"DB2 Database has the incorrect schema level and cannot be used by this server." )#define ERR_DB2ACC_CN_NAME			    PKG_DB2NSF+109	errortext(ERR_DB2ACC_CN_NAME,	    "Failed to obtain full canonical name from person document." )#define ERR_DB2ACC_DB2_NAME			    PKG_DB2NSF+110	errortext(ERR_DB2ACC_DB2_NAME,	    "Failed to obtain DB2 account name from person document." )#define ERR_DB2_MULTIPLENAMES			PKG_DB2NSF+111	errortext(ERR_DB2_MULTIPLENAMES,	"Invalid DB2 user name mapping.  Multiple Notes users mapped to a single DB2 user are not allowed. Contact your administrator.")#define ERR_DB2_DB2ACCESSMAPPEDERR		PKG_DB2NSF+112	errortext(ERR_DB2_DB2ACCESSMAPPEDERR,	"A DB2 Access Error occurred.  Server log will contain more information.")#define ERR_DB2NSF_DB2_CFG_SET		    PKG_DB2NSF+113	errortext(ERR_DB2NSF_DB2_CFG_SET,   "Error setting configuration parms for DB2 database." )#define ERR_DB2NSF_FORMAT				PKG_DB2NSF+114	errortext(ERR_DB2NSF_FORMAT,		"%s  %s  %s: %s - %s - %s" )/* there may be some available PKG_DB2NSF offsets above... *//* this is the *current* max; PKG_DB2NSF offsets range from 0 to 255 */#define ERR_DB2NSF_MAX				PKG_DB2NSF+115	errortext(ERR_DB2NSF_MAX,	"This is the last error message in the DB2NSF error range")/* #endif *//*	End of Error Codes *//*	Formula Compiler Error Codes */#define	ERR_FORMULA_COMPILATION	PKG_FORMULA+1	errortext(ERR_FORMULA_COMPILATION, "Formula Error")#define	ERR_INVALID_OPERATOR	PKG_FORMULA+2	errortext(ERR_INVALID_OPERATOR, "Invalid operator")#define	ERR_INVALID_ARG_TYPE	PKG_FORMULA+3	errortext(ERR_INVALID_ARG_TYPE, "Invalid type of argument")#define	ERR_TOO_MANY_ARGS		PKG_FORMULA+4	errortext(ERR_TOO_MANY_ARGS, "Too many arguments for @Function")#define	ERR_FN_OR_OP_EXPECTED	PKG_FORMULA+5	errortext(ERR_FN_OR_OP_EXPECTED, "@Function or operator expected, or @Function does not require an argument")#define	ERR_INSUFFICIENT_ARGS	PKG_FORMULA+6	errortext(ERR_INSUFFICIENT_ARGS, "Insufficient arguments for @Function")#define	ERR_NOT_UNARY			PKG_FORMULA+7	errortext(ERR_NOT_UNARY, 	"Inappropriate (unary) usage of an operator")#define	ERR_NOT_BINARY			PKG_FORMULA+8	errortext(ERR_NOT_BINARY,	"Inappropriate (binary) usage of an operator")#define	ERR_NESTED_ASSIGN		PKG_FORMULA+9	errortext(ERR_NESTED_ASSIGN,"Assignment operators must not be preceded by other operators")#define	ERR_PREMATURE_EOI		PKG_FORMULA+10	errortext(ERR_PREMATURE_EOI,"Formula incomplete")#define	ERR_OP_EXPECTED			PKG_FORMULA+11	errortext(ERR_OP_EXPECTED, "An operator or semicolon was expected but none was encountered")#define	ERR_INVALID_FORMULA		PKG_FORMULA+12	errortext(ERR_INVALID_FORMULA, "Invalid formula structure")#define	ERR_PAREN_EXPECTED		PKG_FORMULA+13	errortext(ERR_PAREN_EXPECTED, "Left parenthesis expected")#define	ERR_EXTRA_RPAREN		PKG_FORMULA+14	errortext(ERR_EXTRA_RPAREN, "Extra right parenthesis")#define	ERR_MISSING_RPAREN		PKG_FORMULA+15	errortext(ERR_MISSING_RPAREN, "Missing right parenthesis")#define	ERR_ASSIGNMENT_POS		PKG_FORMULA+16	errortext(ERR_ASSIGNMENT_POS, "FIELD must be followed by a variable name and :=")#define	ERR_ASSIGNMENT_TARGET	PKG_FORMULA+17	errortext(ERR_ASSIGNMENT_TARGET, ":= must be immediately preceded by a field or variable name")#define	ERR_ASSIGNMENT_MODIFIER	PKG_FORMULA+18	errortext(ERR_ASSIGNMENT_MODIFIER, "Only ENVIRONMENT, DEFAULT, or FIELD can be used as a modifier to :=")#define	ERR_MISSING_ASS_SEP		PKG_FORMULA+19	errortext(ERR_MISSING_ASS_SEP, "Missing semicolon")#define	ERR_REM_FORMAT			PKG_FORMULA+20	errortext(ERR_REM_FORMAT, "REM must be followed by a quoted string containing the remark.")#define	ERR_NO_MAIN_EXPRESSION	PKG_FORMULA+21	errortext(ERR_NO_MAIN_EXPRESSION, "No main or selection expression in formula")#define	ERR_NOT_A_FUNCTION		PKG_FORMULA+22	errortext(ERR_NOT_A_FUNCTION, "Passing arguments to a non-@Function or to an @Function that doesn't require arguments")#define	ERR_UNTERMINATED_LITERAL PKG_FORMULA+23	errortext(ERR_UNTERMINATED_LITERAL, "End of formula reached before end of quoted string, date/time or array accessor")#define	ERR_IF_ODD_ARGS			PKG_FORMULA+24	errortext(ERR_IF_ODD_ARGS, "@If must have an odd number of arguments")#define	ERR_ONE_MAIN_EXPR		PKG_FORMULA+25	errortext(ERR_ONE_MAIN_EXPR, "Only one SELECT expression is allowed")#define	ERR_NO_FORMULA			PKG_FORMULA+26	errortext(ERR_NO_FORMULA,   "No formula specified")#define	ERR_UNKNOWN_FUNCTION	PKG_FORMULA+27	errortext(ERR_UNKNOWN_FUNCTION, "Unknown @Function")#define	ERR_SUMMITEMS_MERGE		PKG_FORMULA+28	debugtext(ERR_SUMMITEMS_MERGE, "EXPRESSION_SUMMITEMS present multiple times!")#define	ERR_DUPLICATE_IVAR		PKG_FORMULA+29	errortext(ERR_DUPLICATE_IVAR, "Variable already defined")#define	ERR_ARGS_EXPECTED		PKG_FORMULA+30	errortext(ERR_ARGS_EXPECTED, "@Function arguments expected but none were supplied")#define	ERR_BIG_LITERAL PKG_FORMULA+31	errortext(ERR_BIG_LITERAL, "Quoted string is too long.")#define	ERR_MISSING_ASS			PKG_FORMULA+32	errortext(ERR_MISSING_ASS, ":= must be used in conjunction with FIELD, ENVIRONMENT, or DEFAULT")#define	ERR_UNKNOWN_FKWD		PKG_FORMULA+33	errortext(ERR_UNKNOWN_FKWD, "Unknown [KeyWord] for @Function")#define	ERR_NO_SELECT_EXPR		PKG_FORMULA+34	errortext(ERR_NO_SELECT_EXPR, "SELECT is inappropriate for this type of formula")#define ERR_FORMULA_HIDDEN		PKG_FORMULA+35	errortext(ERR_FORMULA_HIDDEN, "Formula is hidden")#define ERR_IVAR_NAME_TOO_LONG		PKG_FORMULA+36	errortext(ERR_IVAR_NAME_TOO_LONG, "Variable name is too long")#define ERR_EXTRA_BRACKET		PKG_FORMULA+37	errortext(ERR_EXTRA_BRACKET, "Extra right bracket found")#define ERR_FIELD_HAS_NO_VALUE	PKG_FORMULA+38	errortext(ERR_FIELD_HAS_NO_VALUE, "Field name requires a value")/*	Compute Error Codes */#define	ERR_OP_INVALID			PKG_FORMULA+50	errortext(ERR_OP_INVALID, "Invalid formula: unknown function/operator")#define	ERR_OP_UNIMPLEMENTED	PKG_FORMULA+51	errortext(ERR_OP_UNIMPLEMENTED, "Invalid formula: unimplemented function/operator")#define	ERR_INVALID_TYPE_FOR_OP	PKG_FORMULA+52	errortext(ERR_INVALID_TYPE_FOR_OP, "Incorrect data type for operator or @Function")#define	ERR_ARGS_INVALID		PKG_FORMULA+53	errortext(ERR_ARGS_INVALID, "Invalid formula format: bad number of arguments")#define	ERR_FORMULA_GENERATED	PKG_FORMULA+54	errortext(ERR_FORMULA_GENERATED, "ERROR specified in formula")#define	ERR_STRING_TOO_LONG		PKG_FORMULA+55	errortext(ERR_STRING_TOO_LONG, "String values cannot be longer than 65535 bytes")#define	ERR_NO_MAIN_RESULT		PKG_FORMULA+56	errortext(ERR_NO_MAIN_RESULT, "unable to compute formula value")#define	ERR_USERNAME			PKG_FORMULA+57	errortext(ERR_USERNAME,		 "USERNAME is not configured properly")#define	ERR_SUBSET				PKG_FORMULA+58	errortext(ERR_SUBSET,		 "The second argument to @Subset must not be zero")#define	ERR_FORMULA_EXEC		PKG_FORMULA+59	errortext(ERR_FORMULA_EXEC,	 "Indirect Formula Computation not allowed")#define	ERR_TEXT_EXPECTED		PKG_FORMULA+60	errortext(ERR_TEXT_EXPECTED, "Incorrect data type for operator or @Function: Text expected")#define	ERR_NUMBER_EXPECTED		PKG_FORMULA+61	errortext(ERR_NUMBER_EXPECTED, "Incorrect data type for operator or @Function: Number expected")#define	ERR_TIME_EXPECTED		PKG_FORMULA+62	errortext(ERR_TIME_EXPECTED, "Incorrect data type for operator or @Function: Time/Date expected")#define	ERR_NTD_EXPECTED		PKG_FORMULA+63	errortext(ERR_NTD_EXPECTED, "Incorrect data type: Text, Number, or Time/Date expected")#define	ERR_DATETIME_FMT		PKG_FORMULA+64	errortext(ERR_DATETIME_FMT, "The @Date and @Time functions must have exactly 1, 3, or 6 arguments.")#define	ERR_BINOP_TYPES			PKG_FORMULA+65	errortext(ERR_BINOP_TYPES, 	"Comparison operators must be supplied two values of the same data type.")#define	ERR_NONAMES				PKG_FORMULA+66	errortext(ERR_NONAMES,	 	"This view is obsolete and requires missing field list.  Please edit and re-save the view.")#define	ERR_COMPUTE_LOCALMEM	PKG_FORMULA+67	errortext(ERR_COMPUTE_LOCALMEM,	"Formula or value requires too much memory")#define	ERR_COMPUTE_FULL		PKG_FORMULA+68	errortext(ERR_COMPUTE_FULL,	"Too many concurrent formula evaluations; please retry")#define	ERR_COMPUTE_EXTENSION	PKG_FORMULA+69	errortext(ERR_COMPUTE_EXTENSION,"Unknown @Function Extension")#define	ERR_KEYWORD_EXPECTED	PKG_FORMULA+70	errortext(ERR_KEYWORD_EXPECTED, "Incorrect data type for operator or @Function: [KeyWord] expected")#define	ERR_KEYWORD_CONTEXT		PKG_FORMULA+71	errortext(ERR_KEYWORD_CONTEXT, "The specified [KeyWord] is not appropriate when used with this @Function")#define	ERR_PROMPT				PKG_FORMULA+72	errortext(ERR_PROMPT,		"The first argument to @Prompt must be between 1 and 6")#define	ERR_TOTIME				PKG_FORMULA+73	errortext(ERR_TOTIME,		"The value cannot be converted to a Time/Date.")#define	ERR_UNAVAILABLE			PKG_FORMULA+74	internaltext(ERR_UNAVAILABLE, 	"formula has encountered @DeleteField or @Unavailable")#define	ERR_TONUMBER				PKG_FORMULA+75	errortext(ERR_TONUMBER,		"The value cannot be converted to a Number.")#define ERR_GETDOCFIELD_NOTENOTFOUND	PKG_FORMULA+76	errortext(ERR_GETDOCFIELD_NOTENOTFOUND,	"Document could not be found.")#define	ERR_COMPUTE_FIELD_TOO_BIG PKG_FORMULA+77	errortext(ERR_COMPUTE_FIELD_TOO_BIG,"Fields referenced or generated by a formula may not exceed 20,000 bytes.")#define	ERR_ARCHIVE_NO_ARCH_CRITERA	PKG_FORMULA+78	errortext(ERR_ARCHIVE_NO_ARCH_CRITERA,"No archive criteria found")#define	ERR_DESCENDANTS			PKG_FORMULA+79	errortext(ERR_DESCENDANTS,"This database must be compacted to support the use of @AllChildren or @AllDescendants in a formula.")#define	ERR_PICK_LIST_STYLE		PKG_FORMULA+80	errortext(ERR_PICK_LIST_STYLE, "The first argument to @PickList must specify a valid @PickList style.")#define ERR_STRING_BADUNID		 PKG_FORMULA+81	errortext(ERR_STRING_BADUNID,	"Invalid UNID; UNID must be a 32-digit hex string.")#define	ERR_ABSTRACT_BADSIZE	PKG_FORMULA+82	errortext(ERR_ABSTRACT_BADSIZE, "The buffer size argument of @Abstract must be greater than zero")#define	ERR_EXPLODE_BADRANGE	PKG_FORMULA+83	errortext(ERR_EXPLODE_BADRANGE, "The time-date range argument of @Explode spans too many days")#define	ERR_COMPUTE_LENGTH_WORD	PKG_FORMULA+84	errortext(ERR_COMPUTE_LENGTH_WORD, "The result of a computation cannot exceed 65535 bytes")#define ERR_ADMIN_SELECTION		PKG_FORMULA+85	errortext(ERR_ADMIN_SELECTION,	"The currently selected note is not from the correct view.")#define	ERR_URLHISTORY			PKG_FORMULA+86	errortext(ERR_URLHISTORY,	"The first argument to @URLHistory must be between 1 and 5")#define ERR_ADMIN_NO_REQ_FIELD	PKG_FORMULA+87	errortext(ERR_ADMIN_NO_REQ_FIELD,	"A selected note is missing a required field and cannot be acted upon by the Administration Process.")#define ERR_FUNCTION_CONTEXT	PKG_FORMULA+88	errortext(ERR_FUNCTION_CONTEXT, "@Function is not valid in this context")#define ERR_FUNCTION_NOUICOMMANDS	PKG_FORMULA+89	errortext(ERR_FUNCTION_NOUICOMMANDS,	"@Commands and other UI functions are not allowed in this context")#define ERR_NSF_COMPUTE_NOASSIGN		PKG_FORMULA+90	errortext(ERR_NSF_COMPUTE_NOASSIGN,	"You are not allowed to modify fields in this context.")#define ERR_NSF_COMPUTE_NOSIDE			PKG_FORMULA+91	errortext(ERR_NSF_COMPUTE_NOSIDE,	"Formulas with side-effects are not allowed in this context.")#define LOG_MAILSEND_NO_MATCH			PKG_FORMULA+92	errortext(LOG_MAILSEND_NO_MATCH,   	"Unable to send mail to %s, no match found in Name & Address Book(s)")#define LOG_MAILSEND_AMBIG_MATCH	   	PKG_FORMULA+93	errortext(LOG_MAILSEND_AMBIG_MATCH,	"Unable to send mail to %s, multiple matches found in Name & Address Book(s)")#define	ERR_TOO_MANY_ELEMENTS	PKG_FORMULA+94	errortext(ERR_TOO_MANY_ELEMENTS, "List values cannot have more than 65535 elements when storing in an item")#define	ERR_ARRAY_INDEX	PKG_FORMULA+95	errortext(ERR_ARRAY_INDEX, "Array index out of bounds")#define	ERR_EVAL_RECURSION_DEPTH PKG_FORMULA+96	errortext(ERR_EVAL_RECURSION_DEPTH, "@Eval has exceeded the maximum number of recursive calls.")#define	ERR_COMPUTE_RECURSE_LIMIT		PKG_FORMULA+97	errortext(ERR_COMPUTE_RECURSE_LIMIT,	"Too many recursive formula evaluations.")#define	ERR_COMPUTE_TIMEOUT		PKG_FORMULA+98	errortext(ERR_COMPUTE_TIMEOUT,	"The formula has exceeded the maximum execution time.")

⌨️ 快捷键说明

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