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

📄 lnerrors.h

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 H
📖 第 1 页 / 共 2 页
字号:
LNERRDEF(DATABASE_LINKS_NOT_SUPPORTED, \
		 "Database link is not allowed in a frame" )
LNERRDEF(LAST_FRAME, \
		 "Last frame can not be removed from a frameset" )

// Page error code
LNERRDEF(CANNOT_INSERT_INTO_PAGE, \
		 "Rich text containing fields, shared fields, \
		  subforms, and some of the embedded controls \
		  can not be inserted into a page" )

// Script library error codes

LNERRDEF(DUPLICATE_SCRIPT_LIBRARY_NAME, \
	"Script library with the specified name and type already exists" )
LNERRDEF(INVALID_LIBRARY_TYPE, "The script library type is inappropriate" )

// Subform error codes

LNERRDEF( SUBFORM_MUST_HAVE_NAME, \
	"Subform must have a valid name before it can be saved" )
LNERRDEF( SUBFORM_DUPLICATE_NAME, \
	"A subform with the specified name already exists in the rich text" )
LNERRDEF(CANNOT_INSERT_INTO_SUBFORM, \
	"Cannot insert an object of this type into a subform" )
LNERRDEF(SUBFORM_MISSING_DATABASE, \
	"The subform must be contained by a database" )
LNERRDEF( NO_SUBFORM_NOTE, "Cannot locate subform note" )
LNERRDEF( SUBFORM_NAME_TOO_LONG, \
		 "Subform name (including alias) is too long")
LNERRDEF(MULTIPLE_SUBFORMS, \
	"Database contains more than one subform with the specified name" )

// Shared field errors

LNERRDEF(SHARED_FIELD_ALREADY_EXISTS, \
	"Shared field with this name already exists in database" )
LNERRDEF(SHARED_FIELD_WRONG_DB, \
	"Attempt to insert shared field from another database" )
LNERRDEF(SHARED_FIELD_NOT_FOUND, \
	"Specified shared field does not exist in the database")


// Agent error codes:

LNERRDEF( AGENT_CLOSED, "Agent must be open in order to use this function" )
LNERRDEF( INVALID_AGENT_TYPE, "The agent type is inappropriate" )
LNERRDEF( AGENT_MUST_HAVE_NAME, "Agent must have a name" )
LNERRDEF( AGENT_NAME_TOO_LONG, "Agent name is too long" )
LNERRDEF( AGENT_ALREADY_INITIALIZED, "Agent already initialized" )
LNERRDEF( AGENT_NOT_INITIALIZED, "Agent was not initialized" )
LNERRDEF( AGENT_NO_RUN_DATA, "Unable to retrieve run data for the agent" )
LNERRDEF( AGENT_DUPLICATE_NAME, "An agent with the specified name already exists" )
LNERRDEF( PRIVATE_SYNCH_MAIL_AGENT, "Synchronized new mail agent can not be private" )
LNERRDEF( MULTIPLE_SYNCH_MAIL_AGENTS, \
		 "Only one synchronized new mail agent may be enabled at a time" )
LNERRDEF( JAVA_CODE_IS_MISSING, "Java code is missing" )
LNERRDEF( NOT_SUPPORTED_PRIOR_46, \
		 "This function is not supported for the Notes releases prior to R4.6" ) 
LNERRDEF( JAVA_FILE_NOT_IN_LIST,
	"Specified java file is not listed in the agent note" )
LNERRDEF( INVALID_IN_FOLDER_SEARCH,
    "Specified in search folder does not exist in the database" )
LNERRDEF( INVALID_FIELDS_IN_FORM_SEARCH,
		 "Specified 'Fields In Form' search is invalid" )
LNERRDEF( INVALID_BY_FORM_USED_SEARCH, "Specified 'By Form Used' search is invalid" )


// General rich text error codes:

LNERRDEF( RICHTEXT_NOT_EMPTY, "An empty richtext object is expected" )
LNERRDEF( UNEXPECTED_RICHTEXT_TYPE, \
	"A different rich text type is expected" )
LNERRDEF( INVALID_RICHTEXT, "Rich text object is invalid" )
LNERRDEF( INVALID_SELECTION, "Selection of rich text is invalid" )
LNERRDEF( INVALID_HOT_REGION, \
	"Rich text hotspot cannot contain tables, sections, or other hotspots" )
LNERRDEF( INVALID_HOTSPOT_ACTION, "This action is not supported in hotspots" )
LNERRDEF( INVALID_GRAPHIC, "Graphic rich text object is invalid" )
LNERRDEF( CANNOT_ADD_CHILD_TO_ELEMENT, \
	"Cannot add a child to a richtext element" )
LNERRDEF( CANNOT_ACCESS_RTCHAR, \
	"Users cannot access rich text characters directly" )
LNERRDEF( RTOBJECT_NOT_IN_CONTAINER, \
	"Rich text object is not member of container" )
LNERRDEF( RTOBJECT_ALREADY_IN_CONTAINER, \
	"Rich text object is already a member of container" )
LNERRDEF( RTPARSER_STACK_OVERFLOW, "Rich text parser stack overflow" )
LNERRDEF( RTPARSER_STACK_EMPTY, "Rich text parser stack is empty" )
LNERRDEF( RTPARSER_INVALID_STACK, "Rich text parser stack is invalid" )
LNERRDEF( RTPARSER_BAD_GRAPHIC, "Rich Text Parser encountered corrupted CD Graphic collection" )
LNERRDEF( RTPARSER_BAD_LAYOUT, "Rich text parser encoutered corrupted layout region" )
LNERRDEF( UNAVAILABLE_CDRECORD, "Cannot use LNCompositeData to manipulate the given CD Record type" )
LNERRDEF( CANNOT_CREATE_ATTACHMENT_IF_SIGNED, \
	"Cannot create new attachment from an attachment that is signed")
LNERRDEF( CANNOT_CREATE_ATTACHMENT, \
	"Cannot create new attachment")
LNERRDEF( ATTACHMENT_MUST_HAVE_NOTE, \
	"Cannot create an attachment or embedded object without a note")
LNERRDEF( ATTACHMENT_ARG_IS_NULL, \
	"Cannot create new attachment from uninitialized argument")
LNERRDEF( INVALID_CURSOR, "Rich text cursor is invalid" )
LNERRDEF( CURSOR_ARGS_INCORRECT, \
	"Cursor arguments are incorrect; start cursor is after end cursor")
LNERRDEF( CURSOR_HAS_NO_PARENT, \
	"Cursor does not have a parent container; it is invalid")
LNERRDEF( CANNOT_CONVERT_NULLS, \
	"Cannot convert nulls in stylized text to new paragraphs")
LNERRDEF( INVALID_PARAGRAPH_MARGIN, "Rich text paragraph margin or indentation is invalid" )
LNERRDEF( TOO_MANY_TABSTOPS, "The tab array is already full" )
LNERRDEF( CANNOT_CREATE_FONT_STYLE, "Error creating LNFontStyle object" )
LNERRDEF( TOO_MANY_FONTS, "Too many fonts in the font table" )
LNERRDEF( EMPTY_FONT_TABLE, "You must have at least one font in the font table" )
LNERRDEF( INCONSISTENT_STANDARD_FONT, \
	"Cannot set font style to Notes standard name but non-default pitch or family" )
LNERRDEF( FACE_ALREADY_EXISTS, "The specified face already exists in the font table" )
LNERRDEF( COLOR_NOT_FOUND, "Colors are not in index" )
LNERRDEF( BUTTONTYPE_UNKNOWN, "The type of this button is unknown" )
LNERRDEF( INVALID_ANCHOR_LINK, "Anchor link data is inconsistent" )
LNERRDEF( ANCHOR_LOCATION_NOT_IN_RICH_TEXT, \
	"Anchor location is not in a rich text item" )
LNERRDEF( NOT_ANCHOR_LINK, "The link is not an anchor link" )
LNERRDEF( ACTIVEOBJECTTYPE_UNKNOWN, "The type of this active object is unknown" )
LNERRDEF( RT_ITEM_TRUNCATED, "Cannot initialize rich text;  item may be truncated" )
LNERRDEF( TEXT_TOO_BIG, "LNStylizedText object cannot exceed 40 KB" )
LNERRDEF( BORDERTYPE_UNKNOWN, "The border type of this object is unknown" )
LNERRDEF( UNSPECIFIED_OBJECT_TYPE, "Can not determin the object type" )
LNERRDEF( COMP_ARRAY_OPERATION_FAILED, "Operation on composite data array failed" )
LNERRDEF( NO_GRADIENT_COLOR, "No gradient color present" )
LNERRDEF( NO_URL_FORMULA, "No URL Formula present")
LNERRDEF( UNKNOWN_FIELD_VALUE, "Unknown rich text field value")

// Table and table cell error codes:

LNERRDEF( OBJECT_IS_NOT_TABLE, "Input object is not a table")
LNERRDEF( TABLE_LEFTMARGIN_EXCEEDS_RIGHTMARGIN, \
	"Left margin cannot be greater than right margin")
LNERRDEF( TABLE_TOO_WIDE, "Table cannot be wider than 22.75 inches")
LNERRDEF( COLWIDTH_EXCEEDS_TABLE_WIDTH, \
	"Column width cannot exceed table width")
LNERRDEF( COLWIDTH_OUT_OF_RANGE, \
	"Column width cannot be greater than current table width - minimum width for remaining cells")
LNERRDEF( COLWIDTH_TOO_SMALL, "Column width is too small")
LNERRDEF( FRACT_WIDTH_OUT_OF_RANGE, \
	"Fractional width exceeds maximum of 20 inches")
LNERRDEF( COUNT_CANNOT_BE_ZERO, \
	"Cannot insert/append zero rows or columns")
LNERRDEF( COUNT_EXCEEDS_MAXROWS, \
	"Count plus exisiting rows exceeds max rows of 255")
LNERRDEF( TABLE_TOO_MANY_ROWS, \
	"A table can have a maximum of 255 rows; number input exceeds this maximum")
LNERRDEF( COUNT_EXCEEDS_MAXCOLUMNS, \
	"Count plus exisiting columns exceeds max columns of 64")
LNERRDEF( TABLE_TOO_MANY_COLUMNS, \
	"A table can have a maximum of 64 columns; number input exceeds this maximum")
LNERRDEF( ROW_OUT_OF_RANGE, "Row position is out of range" )
LNERRDEF( COLUMN_OUT_OF_RANGE, "Column position is out of range")
LNERRDEF( CANNOT_DELETE_ALL, \
	"Cannot delete all rows or columns; table requires 1 row and column")
LNERRDEF( CANNOT_DELETE_PAST_END, \
	"Starting position plus count is greater than rows/columns in table")
LNERRDEF( CANNOT_APPEND_TO_TABLE, \
	"Cannot append to a table; use table cells or the cursor to insert items in cells")
LNERRDEF( TABLE_CELL_NOT_INITIALIZED, \
	"Table cell used as input must be a valid cell in table")
LNERRDEF( OBJECT_IS_NOT_TABLECELL, \
	"Object is not a table cell; cannot assign, copy, etc.")
LNERRDEF( TABLE_CELL_INPUT_INVALID, \
	"Table cell input must belong to this table")
LNERRDEF( CHILD_MUST_BE_TABLE_CELL, \
	"First child containing cursor in table must be a table cell; object corrupt")
LNERRDEF( TABLECELL_PARENT_NOT_TABLE, \
	"A table cell must have a table as a parent; this is invalid rich text")
LNERRDEF( TABLE_INVALID_CELL_WIDTH, \
	"A table cell can have a maximum border width of 10; number inout exceeds maximum")
LNERRDEF( INVALID_CELL_SPACE, "Cell spacing exceeds maximum allowable")
LNERRDEF( TABLECELL_REQUIRES_PABREF, \
	"All table cells must contain at least one PAB REFERENCE; invalid rich text")
LNERRDEF( RTPARSER_BAD_TABLE, "Rich Text Parser encountered corrupted table CD collection" )
LNERRDEF( INVALID_TRANS_EFFECT, "Invalid cell transition effect" )
LNERRDEF( SOLID_TABLECELL_BACKGROUND, "A solid cell background (e.g. color) is needed." )
LNERRDEF( INVALID_TABLE_FORMAT, "The current table format is not valid or doesn't support \
		 such action." )
LNERRDEF( TABLE_NOT_NAMED, "Table is not named" )
LNERRDEF( TABLE_NO_SELECTION_FORMULA, "Table has no selection formula" )
LNERRDEF( TABLE_NO_SELECTION_STRING, "Table has no selection string" )
LNERRDEF( TABLE_MERGE_OVERLAP, "Merge regions overlap" )
LNERRDEF( TABLECELL_NO_IMAGE, "No background image for this table cell" )
LNERRDEF( TABLECELL_NO_IMAGE_PLACEMENT,
		 "No background image placement for this table cell" )
LNERRDEF( TABLECELL_IMAGE_NAME_FORMULA, "Background image name is a formula" )
LNERRDEF( TABLECELL_IMAGE_NAME_STRING, "Background image name is a string" )
LNERRDEF( TABLE_MERGE_COLUMN_FIXED, "Cannot merge fixed-width columns" )

// File and import/export error codes:

LNERRDEF( FILE_OPENMODE, "Invalid file mode" )
LNERRDEF( FILE_GET_OFFSET, "Error getting file's offset" )
LNERRDEF( FILE_SET_OFFSET, "Error setting file's offset" )
LNERRDEF( FILE_REMOVE, "Error removing a file" )
LNERRDEF( FILE_CREATE, "Error creating a new file" )
LNERRDEF( FILE_WRITE, "Error writing to file" )
LNERRDEF( FILE_READ, "Error reading from file" )
LNERRDEF( FILE_CLOSE, "Error closing file" )
LNERRDEF( FILE_OPEN, "Error opening file" )
LNERRDEF( FILELIST_TOO_LONG, \
	"The FileList exceeds the max length in LNReplicationOptions" )
LNERRDEF( IMPORT_FILE_NOT_FOUND, \
    "Required import file name is missing" )
LNERRDEF( EXPORT_FILE_NOT_FOUND, \
    "Required export file name is missing" )
LNERRDEF( IMPORT_DLL_NOT_FOUND, \
    "Can't find any import dll that supports the input file format" )
LNERRDEF( EXPORT_DLL_NOT_FOUND, \
    "Can't find any export dll that supports the input file format" )
LNERRDEF( UNSUPPORTED_FILE_FORMAT, \
    "This file format is not currently supported" )


// OLE-specific error codes

LNERRDEF( INCOMPATIBLE_OLE_STORAGE_VERSION, \
	"Incompatible OLE object storage version number" )
LNERRDEF( OLE_OBJ_ALREADY_OPEN, \
    "OLE object is already open" )
LNERRDEF( OLE_OBJ_NOT_OPEN, \
    "OLE object is not open" )
LNERRDEF( INVALID_OLE_PAGE, \
    "OLE object page index is invalid" )
LNERRDEF( OLE_CANNOT_OPEN, \
	"Cannot open OLE object" )
LNERRDEF( OLE_COPY_FAILED, \
	"Copy of OLE object failed" )
LNERRDEF( OLE_OBJECT_MUST_HAVE_NOTE, \
	"Embedded OLE object must be in a note")
LNERRDEF( INVALID_OLE_OBJECT, \
    "OLE object is invalid" )


// Calendaring and Scheduling error codes

LNERRDEF( DATE_RANGE_INVALID_DAYS, \
	"Date range must start and end on the same day" )
LNERRDEF( INVALID_EVENT_TYPE, \
	"Any is not a valid event type for this method")
LNERRDEF(  NOT_MEETING, \
	"You can only set attendees for meetings")


// Action error codes

LNERRDEF( NO_ACTION_OPERATOR, \
	"No action operator is available" )
LNERRDEF( NO_SEARCH_OPERATOR, \
	"No search operator is available" )
LNERRDEF( SIZE_LIMIT_EXCEEDED, \
	"Record size exceeds 64k limit" )
LNERRDEF( FIELD_NOT_FOUND, \
	"Field does not exist" )
LNERRDEF( FIELD_CONTAINS_STRING, \
	"Field contains a string" )
LNERRDEF( FIELD_CONTAINS_FORMULA, \
	"Field contains a formula" )
LNERRDEF( NO_GATHER_COUNT, \
	"Gather documents is disabled" )
LNERRDEF( NO_VIEW_SUMMARY, \
	"Include summary for document in view is disabled" )

//  Positioning error codes
LNERRDEF( LEFT_OUTSIDE_CONTAINER, \
	"Left edge is outside container" )
LNERRDEF( RIGHT_OUTSIDE_CONTAINER, \
	"Right edge is outside container" )
LNERRDEF( BOTTOM_OUTSIDE_CONTAINER, \
	"Bottom edge is outside container" )

//-----	Warning codes:


LNWARNDEF( NOT_FOUND, "No match found" )
LNWARNDEF( MEMORY_LEAK, "Undeleted objects found; possible memory leak" )
LNWARNDEF( NOT_OPEN, "Object is not open" )
LNWARNDEF( ALREADY_OPEN, "Object is already open" )
LNWARNDEF( CANNOT_DELETE_DEFAULT_ENTRY, "Can not delete -Default- entry" )
LNWARNDEF( TOO_MANY_ROLES, "No more slot available to create role specified" )
LNWARNDEF( MAIL_FORM_NOT_FOUND, "There is no form to render the body item" )
LNWARNDEF( MAILER_NOSUCHUSER, "No such group" )
LNWARNDEF( MAILER_NOTUNIQUE, "Group Name not unique" )
LNWARNDEF( UNKNOWN_NAME, "Group Name unknown" )
LNWARNDEF( NO_PARENT_NOTE, "There is no parent note for this document" )
LNWARNDEF( USE_FORWARD_FUNCTION_INSTEAD, "Use Forward function instead of Send" )
LNWARNDEF( TABSTOP_ALREADY_EXISTS, "The input tab stop is already in the tab array ")
LNWARNDEF( MQ_EMPTY, "Message Queue is empty" )
LNWARNDEF( UNEXPECTED_CDRECORD, \
	"The CD Record is part of another class; manipulating it with LNCompositeData is discouraged")
LNWARNDEF( AUTOWIDTH_MUST_BE_SET, \
		  "This function is a no op unless set to window (automatic width) is TRUE")
LNWARNDEF( OLE_END_OF_DATA, "End of OLE object data")
LNWARNDEF( OLE_NEW_LOCKBYTES, "New ILockBytes created" )
LNWARNDEF( CD_LENGTH_MISMATCH, \
		  "Input length does not match CD record length")
LNWARNDEF( END_OF_DATA, "End of data reached")
LNWARNDEF( FIELD_IS_SHARED, "The field is already shared" )
LNWARNDEF( NOT_SHARED_FIELD, "The field is not shared" )
LNWARNDEF( DESIGN_ELEMENT_NOT_UNIQUE, "Design element is not unique" )
LNWARNDEF( NO_AGENT_RUN_INFO, "Agent's run info is missing" )
LNWARNDEF( TOO_MUCH_TEXT, "Rich text item has more than 64k of text" )
LNWARNDEF( CANNOT_USE_CACHE, "Cannot use view/folder cache for this operation" )
LNWARNDEF( JAVA_FILE_LIST_EMPTY, "The list of Java code files is empty" )
LNWARNDEF( NOTE_DELETED, "The note has been deleted or does not exist" )
LNWARNDEF( TEXT_TOO_BIG_FOR_NOTES, \
		  "LNStylizedText object exceeds 20 KB, which might prevent Notes from opening the document")
LNWARNDEF( UNSUPPORTED_EVENT, "Code for unsupported events is ignored" )
LNWARNDEF( NEW_HTML_TAGS, "New HTML tags record created." )
LNWARNDEF( CELL_NOT_MERGED, "Specified table cell is not merged" )
LNWARNDEF( NOT_MERGE_CELL, "Table cell is not the merge cell" )
LNWARNDEF( FILE_NOT_FOUND, "File not found" )
LNWARNDEF( FUNCTION_DEPRECATED, "This function has been deprecated. For more information, please read the documentation." )

⌨️ 快捷键说明

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