CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
ErrorDefs.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
25// Error codes definition container
26//FELIX_CHANGE_BEGIN
27// Code Message string
28OD_ERROR_DEF( eOk, OD_T("No error"))
29OD_ERROR_DEF( eMakeMeProxy, OD_T("Make me proxy"))
30OD_ERROR_DEF( eInvalidDrawing, OD_T("Invalid Drawing"))
31OD_ERROR_DEF( eNotImplementedYet, OD_T("Not implemented yet"))
32OD_ERROR_DEF( eNotApplicable, OD_T("Not Applicable"))
33OD_ERROR_DEF( eInvalidInput, OD_T("Invalid input"))
34OD_ERROR_DEF( eInvalidFiler, OD_T("Invalid filer"))
35OD_ERROR_DEF( eAmbiguousInput, OD_T("Ambiguous input"))
36OD_ERROR_DEF( eAmbiguousOutput, OD_T("Ambiguous output"))
37OD_ERROR_DEF( eOutOfMemory, OD_T("Out of memory"))
38OD_ERROR_DEF( eNoInterface, OD_T("No Interface"))
39OD_ERROR_DEF( eBufferTooSmall, OD_T("Buffer is too small"))
40OD_ERROR_DEF( eInvalidOpenState, OD_T("Invalid open state"))
41OD_ERROR_DEF( eUnsupportedMethod, OD_T("Unsupported method"))
42OD_ERROR_DEF( eEntityInInactiveLayout, OD_T("Entity is in inactive Layout"))
43OD_ERROR_DEF( eDuplicateHandle, OD_T("Handle already exists"))
44OD_ERROR_DEF( eNullHandle, OD_T("Null handle"))
45OD_ERROR_DEF( eBrokenHandle, OD_T("Broken handle"))
46OD_ERROR_DEF( eUnknownHandle, OD_T("Unknown handle"))
47OD_ERROR_DEF( eHandleInUse, OD_T("Handle in use"))
48OD_ERROR_DEF( eNullObjectPointer, OD_T("Null object pointer"))
49OD_ERROR_DEF( eNullObjectId, OD_T("Null object Id"))
50OD_ERROR_DEF( eNullBlockName, OD_T("Null Block name"))
51OD_ERROR_DEF( eContainerNotEmpty, OD_T("Container is not empty"))
52OD_ERROR_DEF( eNullEntityPointer, OD_T("Null entity pointer"))
53OD_ERROR_DEF( eIllegalEntityType, OD_T("Illegal entity type"))
54OD_ERROR_DEF( eKeyNotFound, OD_T("Key not found"))
55OD_ERROR_DEF( eDuplicateKey, OD_T("Duplicate key"))
56OD_ERROR_DEF( eInvalidIndex, OD_T("Invalid index"))
57OD_ERROR_DEF( eCharacterNotFound, OD_T("Character not found"))
58OD_ERROR_DEF( eDuplicateIndex, OD_T("Duplicate index"))
59OD_ERROR_DEF( eAlreadyInDb, OD_T("Already in Database"))
60OD_ERROR_DEF( eOutOfDisk, OD_T("Out of disk"))
61OD_ERROR_DEF( eDeletedEntry, OD_T("Deleted entry"))
62OD_ERROR_DEF( eNegativeValueNotAllowed, OD_T("Negative value not allowed"))
63OD_ERROR_DEF( eInvalidExtents, OD_T("Invalid extents"))
64OD_ERROR_DEF( eInvalidAdsName, OD_T("Invalid ads name"))
65OD_ERROR_DEF( eInvalidSymbolTableName,OD_T("Invalid Symbol Table name"))
66OD_ERROR_DEF( eInvalidKey, OD_T("Invalid key"))
67OD_ERROR_DEF( eWrongObjectType, OD_T("Wrong object type"))
68OD_ERROR_DEF( eWrongDatabase, OD_T("Wrong Database"))
69OD_ERROR_DEF( eObjectToBeDeleted, OD_T("Object to be deleted"))
70OD_ERROR_DEF( eInvalidFileVersion, OD_T("Invalid file version"))
71OD_ERROR_DEF( eAnonymousEntry, OD_T("Anonymous entry"))
72OD_ERROR_DEF( eIllegalReplacement, OD_T("Illegal replacement"))
73OD_ERROR_DEF( eEndOfObject, OD_T("End of oject"))
74OD_ERROR_DEF( eEndOfFile, OD_T("Unexpected end of file"))
75OD_ERROR_DEF( eFileExists, OD_T("File exists"))
76OD_ERROR_DEF( eCantOpenFile, OD_T("Can't open file"))
77OD_ERROR_DEF( eFileCloseError, OD_T("File close error"))
78OD_ERROR_DEF( eFileWriteError, OD_T("File write error"))
79OD_ERROR_DEF( eNoFileName, OD_T("No filename"))
80OD_ERROR_DEF( eFilerError, OD_T("Filer error"))
81OD_ERROR_DEF( eFileAccessErr, OD_T("File access error"))
82OD_ERROR_DEF( eFileSystemErr, OD_T("File system error"))
83OD_ERROR_DEF( eFileInternalErr, OD_T("File internal error"))
84OD_ERROR_DEF( eFileTooManyOpen, OD_T("Too many open files"))
85OD_ERROR_DEF( eFileNotFound, OD_T("File not found"))
86OD_ERROR_DEF( eUnknownFileType, OD_T("Unknown file type"))
87OD_ERROR_DEF( eIsReading, OD_T("Is reading"))
88OD_ERROR_DEF( eIsWriting, OD_T("Is writing"))
89OD_ERROR_DEF( eNotOpenForRead, OD_T("Not opened for read"))
90OD_ERROR_DEF( eNotOpenForWrite, OD_T("Not opened for write"))
91OD_ERROR_DEF( eNotThatKindOfClass, OD_T("Not that kind of class"))
92OD_ERROR_DEF( eInvalidBlockName, OD_T("Invalid Block name"))
93OD_ERROR_DEF( eMissingDxfField, OD_T("Missing dxf field"))
94OD_ERROR_DEF( eDuplicateDxfField, OD_T("Duplicate dxf field"))
95OD_ERROR_DEF( eInvalidGroupCode, OD_T("Invalid group code"))
96OD_ERROR_DEF( eInvalidResBuf, OD_T("Invalid ResBuf"))
97OD_ERROR_DEF( eBadDxfSequence, OD_T("Bad Dxf sequence"))
98OD_ERROR_DEF( eInvalidRoundTripR14Data, OD_T("Invalid RoundTripR14 data"))
99OD_ERROR_DEF( eVertexAfterFace, OD_T("Polyface Mesh vertex after face"))
100OD_ERROR_DEF( eInvalidVertexIndex, OD_T("Invalid vertex index"))
101OD_ERROR_DEF( eOtherObjectsBusy, OD_T("Other objects busy"))
102OD_ERROR_DEF( eMustFirstAddBlockToDb, OD_T("The invoked BlockTableRecord is not database-resident yet"))
103OD_ERROR_DEF( eCannotNestBlockDefs, OD_T("Cannot nest Block definitions"))
104OD_ERROR_DEF( eDwgRecoveredOK, OD_T(".dwg file recovered OK"))
105OD_ERROR_DEF( eDwgNotRecoverable, OD_T(".dwg file is not recoverable"))
106OD_ERROR_DEF( eDxfPartiallyRead, OD_T(".dxf file partially read"))
107OD_ERROR_DEF( eDxfReadAborted, OD_T(".dxf file read aborted"))
108OD_ERROR_DEF( eDxbPartiallyRead, OD_T(".dxb file partially read"))
109OD_ERROR_DEF( eDwgCRCError, OD_T("CRC does not match"))
110OD_ERROR_DEF( eDwgSentinelDoesNotMatch, OD_T("Sentinel does not match"))
111OD_ERROR_DEF( eDwgObjectImproperlyRead, OD_T("Object improperly read"))
112OD_ERROR_DEF( eNoInputFiler, OD_T("No input filer"))
113OD_ERROR_DEF( eDwgNeedsAFullSave, OD_T("Drawing needs a full save"))
114OD_ERROR_DEF( eDxbReadAborted, OD_T(".dxb file read aborted"))
115OD_ERROR_DEF( eDwkLockFileFound, OD_T("Dwk lock file found"))
116OD_ERROR_DEF( eWasErased, OD_T("Object was erased"))
117OD_ERROR_DEF( ePermanentlyErased, OD_T("Object was permanently erased"))
118OD_ERROR_DEF( eWasOpenForRead, OD_T("Was open for read"))
119OD_ERROR_DEF( eWasOpenForWrite, OD_T("Was open for write"))
120OD_ERROR_DEF( eWasOpenForUndo, OD_T("Was open for undo"))
121OD_ERROR_DEF( eWasNotifying, OD_T("Was notifying"))
122OD_ERROR_DEF( eWasOpenForNotify, OD_T("Was open for notify"))
123OD_ERROR_DEF( eOnLockedLayer, OD_T("On locked Layer"))
124OD_ERROR_DEF( eMustOpenThruOwner, OD_T("Must open thru owner"))
125OD_ERROR_DEF( eSubentitiesStillOpen, OD_T("Subentities still open"))
126OD_ERROR_DEF( eAtMaxReaders, OD_T("At max readers"))
127OD_ERROR_DEF( eIsWriteProtected, OD_T("Is write protected"))
128OD_ERROR_DEF( eIsXRefObject, OD_T("Is XRef object"))
129OD_ERROR_DEF( eNotAnEntity, OD_T("An object in entitiesToMove is not an entity"))
130OD_ERROR_DEF( eHadMultipleReaders, OD_T("Had multiple readers"))
131OD_ERROR_DEF( eInvalidBlkRecordName, OD_T("Invalid Symbol table record name"))
132OD_ERROR_DEF( eDuplicateRecordName, OD_T("Duplicate Record name"))
133OD_ERROR_DEF( eNotXrefBlock, OD_T("Symbol is not a Reference definition"))
134OD_ERROR_DEF( eEmptyRecordName, OD_T("Empty Record name"))
135OD_ERROR_DEF( eXRefDependent, OD_T("Symbol depend on other References"))
136OD_ERROR_DEF( eSelfReference, OD_T("Entity references itself"))
137OD_ERROR_DEF( eMissingSymbolTable, OD_T("Missing Symbol Table"))
138OD_ERROR_DEF( eMissingSymbolTableRec, OD_T("Missing Symbol Table record"))
139OD_ERROR_DEF( eWasNotOpenForWrite, OD_T("Was not open for write"))
140OD_ERROR_DEF( eCloseWasNotifying, OD_T("Close was notifying"))
141OD_ERROR_DEF( eCloseModifyAborted, OD_T("Close modify aborted"))
142OD_ERROR_DEF( eClosePartialFailure, OD_T("Close partial failure"))
143OD_ERROR_DEF( eCloseFailObjectDamaged,OD_T("Close fail object damaged"))
144OD_ERROR_DEF( eCannotBeErasedByCaller,OD_T("Object can't be erased"))
145OD_ERROR_DEF( eCannotBeResurrected, OD_T("Cannot be resurrected"))
146OD_ERROR_DEF( eInsertAfter, OD_T("Insert after"))
147OD_ERROR_DEF( eFixedAllErrors, OD_T("Fixed all errors"))
148OD_ERROR_DEF( eLeftErrorsUnfixed, OD_T("Left errors unfixed"))
149OD_ERROR_DEF( eUnrecoverableErrors, OD_T("Unrecoverable errors"))
150OD_ERROR_DEF( eNoDatabase, OD_T("No Database"))
151OD_ERROR_DEF( eXdataSizeExceeded, OD_T("XData size exceeded"))
152OD_ERROR_DEF( eCannotSaveHatchRoundtrip, OD_T("Cannot save Hatch roundtrip data due to format limitations (they are too large)"))
153OD_ERROR_DEF( eHatchHasInconsistentPatParams, OD_T("Hatch is gradient, but either solid fill flag not set or pattern type is not pre-defined"))
154OD_ERROR_DEF( eRegappIdNotFound, OD_T("Invalid RegApp"))
155OD_ERROR_DEF( eRepeatEntity, OD_T("Repeat entity"))
156OD_ERROR_DEF( eRecordNotInTable, OD_T("Record not in Table"))
157OD_ERROR_DEF( eIteratorDone, OD_T("Iterator done"))
158OD_ERROR_DEF( eNullIterator, OD_T("Null iterator"))
159OD_ERROR_DEF( eNotInBlock, OD_T("Not in symbol"))
160OD_ERROR_DEF( eOwnerNotInDatabase, OD_T("Owner not in Database"))
161OD_ERROR_DEF( eOwnerNotOpenForRead, OD_T("Owner not open for read"))
162OD_ERROR_DEF( eOwnerNotOpenForWrite, OD_T("Owner not open for write"))
163OD_ERROR_DEF( eExplodeBeforeTransform, OD_T("Explode before transform"))
164OD_ERROR_DEF( eCannotScaleNonOrtho, OD_T("Cannot transform by non-ortho matrix"))
165OD_ERROR_DEF( eCannotScaleNonUniformly, OD_T("Cannot transform by non-uniform scaling matrix"))
166OD_ERROR_DEF( eNotInDatabase, OD_T("Object not in Database"))
167OD_ERROR_DEF( eNotCurrentDatabase, OD_T("Not current Database"))
168OD_ERROR_DEF( eIsAnEntity, OD_T("Is an entity"))
169OD_ERROR_DEF( eCannotChangeActiveViewport, OD_T("Cannot change properties of active Viewport!"))
170OD_ERROR_DEF( eNotInPaperspace, OD_T("No active Viewport in Paper Space"))
171OD_ERROR_DEF( eCommandWasInProgress, OD_T("Command was in progress"))
172OD_ERROR_DEF( eGeneralModelingFailure, OD_T("General modeling failure"))
173OD_ERROR_DEF( eOutOfRange, OD_T("Out of range"))
174OD_ERROR_DEF( eNonCoplanarGeometry, OD_T("Non coplanar geometry"))
175OD_ERROR_DEF( eDegenerateGeometry, OD_T("Degenerate geometry"))
176OD_ERROR_DEF( eInvalidAxis, OD_T("Invalid axis"))
177OD_ERROR_DEF( ePointNotOnEntity, OD_T("Point not on entity"))
178OD_ERROR_DEF( eSingularPoint, OD_T("Singular point"))
179OD_ERROR_DEF( eInvalidOffset, OD_T("Invalid offset"))
180OD_ERROR_DEF( eNonPlanarEntity, OD_T("Non planar entity"))
181OD_ERROR_DEF( eCannotExplodeEntity, OD_T("Can not explode entity"))
182OD_ERROR_DEF( eStringTooLong, OD_T("String too long"))
183OD_ERROR_DEF( eInvalidSymTableFlag, OD_T("Invalid Symbol Table flag"))
184OD_ERROR_DEF( eUndefinedLineType, OD_T("Undefined LineStyle"))
185OD_ERROR_DEF( eInvalidTextStyle, OD_T("TextStyle is invalid"))
186OD_ERROR_DEF( eTooFewLineTypeElements, OD_T("Too few LineType elements"))
187OD_ERROR_DEF( eTooManyLineTypeElements, OD_T("Too many LineType elements"))
188OD_ERROR_DEF( eExcessiveItemCount, OD_T("Excessive item count"))
189OD_ERROR_DEF( eIgnoredLinetypeRedef, OD_T("Ignored LineType redefinition"))
190OD_ERROR_DEF( eBadUCS, OD_T("Bad UCS"))
191OD_ERROR_DEF( eBadPaperspaceView, OD_T("Bad Paper Space View"))
192OD_ERROR_DEF( eSomeInputDataLeftUnread, OD_T("Some input data left unread"))
193OD_ERROR_DEF( eNoInternalSpace, OD_T("No internal space"))
194OD_ERROR_DEF( eInvalidDimStyle, OD_T("Invalid DimensionStyle"))
195OD_ERROR_DEF( eInvalidLayer, OD_T("Invalid Layer"))
196OD_ERROR_DEF( eInvalidMlineStyle, OD_T("RlineStyle is invalid"))
197OD_ERROR_DEF( eDwgNeedsRecovery, OD_T(".dwg file needs recovery"))
198OD_ERROR_DEF( eRecoveryFailed, OD_T("Recovery failed"))
199OD_ERROR_DEF( eDeleteEntity, OD_T("Delete entity"))
200OD_ERROR_DEF( eInvalidFix, OD_T("Invalid fix"))
201OD_ERROR_DEF( eBadLayerName, OD_T("Bad Layer name"))
202OD_ERROR_DEF( eLayerGroupCodeMissing, OD_T("Layer group code missing"))
203OD_ERROR_DEF( eBadColor, OD_T("Bad color"))
204OD_ERROR_DEF( eBadColorIndex, OD_T("Bad color index"))
205OD_ERROR_DEF( eBadLinetypeName, OD_T("Bad LineType name"))
206OD_ERROR_DEF( eBadLinetypeScale, OD_T("Bad LineType scale"))
207OD_ERROR_DEF( eBadVisibilityValue, OD_T("Bad visibility value"))
208OD_ERROR_DEF( eProperClassSeparatorExpected, OD_T("Proper class separator expected"))
209OD_ERROR_DEF( eBadLineWeightValue, OD_T("Bad lineweight value"))
210OD_ERROR_DEF( ePagerError, OD_T("Pager error"))
211OD_ERROR_DEF( eOutOfPagerMemory, OD_T("Out of pager memory"))
212OD_ERROR_DEF( ePagerWriteError, OD_T("Pager write error"))
213OD_ERROR_DEF( eWasNotForwarding, OD_T("Was not forwarding"))
214OD_ERROR_DEF( eInvalidIdMap, OD_T("Invalid Id map"))
215OD_ERROR_DEF( eInvalidOwnerObject, OD_T("Invalid owner Object"))
216OD_ERROR_DEF( eOwnerNotSet, OD_T("Owner not set"))
217OD_ERROR_DEF( eWrongSubentityType, OD_T("Wrong subentity type"))
218OD_ERROR_DEF( eTooManyVertices, OD_T("Too many vertices"))
219OD_ERROR_DEF( eTooFewVertices, OD_T("Too few vertices"))
220OD_ERROR_DEF( eNoActiveTransactions, OD_T("No active transactions"))
221OD_ERROR_DEF( eTransactionIsActive, OD_T("Transaction is active"))
222OD_ERROR_DEF( eNotTopTransaction, OD_T("Not top transaction"))
223OD_ERROR_DEF( eTransactionOpenWhileCommandEnded, OD_T("Transaction open while command ended"))
224OD_ERROR_DEF( eInProcessOfCommitting, OD_T("In process of committing"))
225OD_ERROR_DEF( eNotNewlyCreated, OD_T("Not newly created object"))
226OD_ERROR_DEF( eLongTransReferenceError, OD_T("Entity is excluded from long transaction"))
227OD_ERROR_DEF( eNoWorkSet, OD_T("No work set"))
228OD_ERROR_DEF( eAlreadyInGroup, OD_T("Entity already in group"))
229OD_ERROR_DEF( eNotInGroup, OD_T("There is no entity with this Id in group"))
230OD_ERROR_DEF( eBadDwgFile, OD_T("Bad .dwg file"))
231OD_ERROR_DEF( eInvalidREFIID, OD_T("Invalid REFIID"))
232OD_ERROR_DEF( eInvalidNormal, OD_T("Invalid normal"))
233OD_ERROR_DEF( eInvalidStyle, OD_T("Invalid Style"))
234OD_ERROR_DEF( eCannotRestoreFromAcisFile, OD_T("Cannot restore from Acis file"))
235OD_ERROR_DEF( eEmptyAcisFile, OD_T("Empty ACIS not allowed"))
236OD_ERROR_DEF( eNLSFileNotAvailable, OD_T("NLS file not available"))
237OD_ERROR_DEF( eNotAllowedForThisProxy, OD_T("Not allowed for this proxy"))
238OD_ERROR_DEF( eNotSupportedInDwgApi, OD_T("Not supported in API"))
239OD_ERROR_DEF( ePolyWidthLost, OD_T("Poly width lost"))
240OD_ERROR_DEF( eNullExtents, OD_T("Null extents"))
241OD_ERROR_DEF( eExplodeAgain, OD_T("Explode again"))
242OD_ERROR_DEF( eBadDwgHeader, OD_T("Bad .dwg file header"))
243OD_ERROR_DEF( eLockViolation, OD_T("Lock violation"))
244OD_ERROR_DEF( eLockConflict, OD_T("Lock conflict"))
245OD_ERROR_DEF( eDatabaseObjectsOpen, OD_T("Database objects open"))
246OD_ERROR_DEF( eLockChangeInProgress, OD_T("Lock change in progress"))
247OD_ERROR_DEF( eVetoed, OD_T("Vetoed"))
248OD_ERROR_DEF( eNoDocument, OD_T("ODAX no document"))
249OD_ERROR_DEF( eNotFromThisDocument, OD_T("Not from this document"))
250OD_ERROR_DEF( eLISPActive, OD_T("LISP active"))
251OD_ERROR_DEF( eTargetDocNotQuiescent, OD_T("Target doc not quiescent"))
252OD_ERROR_DEF( eDocumentSwitchDisabled, OD_T("Document switch disabled"))
253OD_ERROR_DEF( eInvalidContext, OD_T("Invalid context of execution"))
254OD_ERROR_DEF( eCreateFailed, OD_T("Create failed"))
255OD_ERROR_DEF( eCreateInvalidName, OD_T("Create invalid name"))
256OD_ERROR_DEF( eSetFailed, OD_T("Setting active Layout failed"))
257OD_ERROR_DEF( eDelDoesNotExist, OD_T("Does not exist"))
258OD_ERROR_DEF( eDelIsModelSpace, OD_T("Model Space Layout can't be deleted"))
259OD_ERROR_DEF( eDelLastLayout, OD_T("Last Paper Space Layout can't be deleted"))
260OD_ERROR_DEF( eDelUnableToSetCurrent, OD_T("Unable to delete current"))
261OD_ERROR_DEF( eDelUnableToFind, OD_T("Unable to find to delete"))
262OD_ERROR_DEF( eRenameDoesNotExist, OD_T("Cannot rename non-existing"))
263OD_ERROR_DEF( eRenameIsModelSpace, OD_T("Model Space Layout can't be renamed"))
264OD_ERROR_DEF( eRenameInvalidLayoutName, OD_T("Invalid Layout name"))
265OD_ERROR_DEF( eRenameLayoutAlreadyExists, OD_T("Layout already exists"))
266OD_ERROR_DEF( eRenameInvalidName, OD_T("Cannot rename: the name is invalid"))
267OD_ERROR_DEF( eCopyDoesNotExist, OD_T("Copy failed: object does not exist"))
268OD_ERROR_DEF( eCopyIsModelSpace, OD_T("Cannot copy Model Space"))
269OD_ERROR_DEF( eCopyFailed, OD_T("Copy failed"))
270OD_ERROR_DEF( eCopyInvalidName, OD_T("Copy failed: invalid name"))
271OD_ERROR_DEF( eCopyNameExists, OD_T("Copy failed: such name already exists"))
272OD_ERROR_DEF( eProfileDoesNotExist, OD_T("Profile does not exist"))
273OD_ERROR_DEF( eInvalidProfileName, OD_T("Invalid profile name"))
274OD_ERROR_DEF( eProfileIsInUse, OD_T("Profile is in use"))
275OD_ERROR_DEF( eRegistryAccessError, OD_T("Registry access error"))
276OD_ERROR_DEF( eRegistryCreateError, OD_T("Registry create error"))
277OD_ERROR_DEF( eBadDxfFile, OD_T("Bad Dxf file"))
278OD_ERROR_DEF( eUnknownDxfFileFormat, OD_T("Unknown Dxf file format"))
279OD_ERROR_DEF( eMissingDxfSection, OD_T("Missing Dxf section"))
280OD_ERROR_DEF( eInvalidDxfSectionName, OD_T("Invalid Dxf section name"))
281OD_ERROR_DEF( eNotDxfHeaderGroupCode, OD_T("Not Dxf header group code"))
282OD_ERROR_DEF( eUndefinedDxfGroupCode, OD_T("Undefined Dxf group code"))
283OD_ERROR_DEF( eNotInitializedYet, OD_T("Not initialized yet"))
284OD_ERROR_DEF( eInvalidDxf2dPoint, OD_T("Invalid Dxf 2d point"))
285OD_ERROR_DEF( eInvalidDxf3dPoint, OD_T("Invalid Dxf 3d point"))
286OD_ERROR_DEF( eBadlyNestedAppData, OD_T("Badly nested AppData"))
287OD_ERROR_DEF( eIncompleteBlockDefinition, OD_T("Incomplete Block definition"))
288OD_ERROR_DEF( eIncompleteComplexObject, OD_T("Incomplete complex object"))
289OD_ERROR_DEF( eBlockDefInEntitySection, OD_T("Block definition in entity section"))
290OD_ERROR_DEF( eNoBlockBegin, OD_T("No symbol begin"))
291OD_ERROR_DEF( eDuplicateLayerName, OD_T("Duplicate Layer name"))
292OD_ERROR_DEF( eBadPlotStyleName, OD_T("Bad PrintStyle name"))
293OD_ERROR_DEF( eDuplicateBlockName, OD_T("Duplicate Block name"))
294OD_ERROR_DEF( eBadPlotStyleType, OD_T("Bad PlotStyle type"))
295OD_ERROR_DEF( eBadPlotStyleNameHandle, OD_T("Bad PlotStyle name handle"))
296OD_ERROR_DEF( eUndefineShapeName, OD_T("Undefined Shape name"))
297OD_ERROR_DEF( eDuplicateBlockDefinition, OD_T("Duplicate Block definition"))
298OD_ERROR_DEF( eMissingBlockName, OD_T("Missing Block name"))
299OD_ERROR_DEF( eBinaryDataSizeExceeded, OD_T("Binary data size exceeded"))
300OD_ERROR_DEF( eObjectIsReferenced, OD_T("Object is referenced"))
301OD_ERROR_DEF( eInvalidThumbnailBitmap, OD_T("Invalid thumbnail bitmap"))
302OD_ERROR_DEF( eGuidNoAddress, OD_T("eGuidNoAddress"))
303OD_ERROR_DEF( eMustBe0to2, OD_T("Must be 0 to 2"))
304OD_ERROR_DEF( eMustBe0to3, OD_T("Must be 0 to 3"))
305OD_ERROR_DEF( eMustBe0to4, OD_T("Must be 0 to 4"))
306OD_ERROR_DEF( eMustBe0to5, OD_T("Must be 0 to 5"))
307OD_ERROR_DEF( eMustBe0to8, OD_T("Must be 0 to 8"))
308OD_ERROR_DEF( eMustBe1to8, OD_T("Must be 1 to 8"))
309OD_ERROR_DEF( eMustBe1to15, OD_T("Must be 1 to 15"))
310OD_ERROR_DEF( eMustBePositive, OD_T("Must be positive"))
311OD_ERROR_DEF( eMustBeNonNegative, OD_T("Must be non negative"))
312OD_ERROR_DEF( eMustBeNonZero, OD_T("Must be non zero"))
313OD_ERROR_DEF( eMustBe1to6, OD_T("Must be 1 to 6"))
314OD_ERROR_DEF( eNoPlotStyleTranslationTable, OD_T("No PlotStyle translation table"))
315OD_ERROR_DEF( ePlotStyleInColorDependentMode, OD_T("PrintStyle is in color dependent mode"))
316OD_ERROR_DEF( eMaxLayouts, OD_T("Max Layouts"))
317OD_ERROR_DEF( eNoClassId, OD_T("No ClassId"))
318OD_ERROR_DEF( eUndoOperationNotAvailable, OD_T("Undo operation is not available"))
319OD_ERROR_DEF( eUndoNoGroupBegin, OD_T("No undo group begin"))
320OD_ERROR_DEF( eHatchTooDense, OD_T("Hatch is too dense - ignoring"))
321OD_ERROR_DEF( eOpenFileCancelled, OD_T("File open cancelled"))
322OD_ERROR_DEF( eNotHandled, OD_T("Not handled"))
323OD_ERROR_DEF( eNotImplemented, OD_T("Not Implemented"))
324OD_ERROR_DEF( eLibIntegrityBroken, OD_T("Library integrity is broken"))
325OD_ERROR_DEF( eAlreadyActive, OD_T("Already active"))
326OD_ERROR_DEF( eAlreadyInactive, OD_T("Already inactive"))
327OD_ERROR_DEF( eCodepageNotFound, OD_T("Codepage not found"))
328OD_ERROR_DEF( eIncorrectInitFileVersion, OD_T("Incorrect init file version"))
329OD_ERROR_DEF( eInternalFreetypeError, OD_T("Internal error in Freetype font library"))
330OD_ERROR_DEF( eNoUCSPresent, OD_T("No CoordinateSystem present in entity"))
331OD_ERROR_DEF( eBadObjType, OD_T("Object has wrong type"))
332OD_ERROR_DEF( eBadProtocolExtension, OD_T("Protocol extension object is bad"))
333OD_ERROR_DEF( eHatchInvalidPatternName, OD_T("Bad name for Hatch pattern"))
334OD_ERROR_DEF( eNotTransactionResident, OD_T("Object is not transaction resident"))
335OD_ERROR_DEF( eDwgFileIsEncrypted, OD_T(".dwg file is encrypted"))
336OD_ERROR_DEF( eInvalidPassword, OD_T("The password is incorrect"))
337OD_ERROR_DEF( eDecryptionError, OD_T("HostApp cannot decrypt data"))
338OD_ERROR_DEF( eArithmeticOverflow, OD_T("An arithmetic overflow"))
339OD_ERROR_DEF( eSkipObjPaging, OD_T("Paging skips the object"))
340OD_ERROR_DEF( eStopPaging, OD_T("Paging is stoped"))
341OD_ERROR_DEF( eInvalidDimStyleResBufData,OD_T("Invalid ResBuf with DimensionStyle data"))
342OD_ERROR_DEF( eExtendedError, OD_T("Extended error"))
343OD_ERROR_DEF( eGripOpFailure, OD_T("The grip operation has failed"))
344OD_ERROR_DEF( eGripOpNoRedrawGrip, OD_T("NoRedrawGrip"))
345OD_ERROR_DEF( eGripOpGripHotToWarm, OD_T("GripHotToWarm"))
346OD_ERROR_DEF( eGripOpGetNewGripPoints, OD_T("GetNewGripPoints"))
347OD_ERROR_DEF( eUnsupportedEarlyDwgVersion, OD_T("Unsupported early .dwg file version"))
348OD_ERROR_DEF( eCannotChangeColumnType, OD_T("Cannot change column type"))
349OD_ERROR_DEF( eCustomSizeNotPossible, OD_T("Custom size not possible"))
350OD_ERROR_DEF( eDataLinkAdapterNotFound , OD_T("DataLink adapter not found"))
351OD_ERROR_DEF( eDataLinkBadConnectionString , OD_T("DataLink bad connection string"))
352OD_ERROR_DEF( eDataLinkConnectionFailed , OD_T("DataLink connection failed"))
353OD_ERROR_DEF( eDataLinkInvalidAdapterId , OD_T("DataLink invalid adapter id"))
354OD_ERROR_DEF( eDataLinkNotFound , OD_T("DataLink not found"))
355OD_ERROR_DEF( eDataLinkNotUpdatedYet , OD_T("DataLink not updated yet"))
356OD_ERROR_DEF( eDataLinkOtherError , OD_T("DataLink other error"))
357OD_ERROR_DEF( eDataLinkSourceIsWriteProtected , OD_T("DataLink source is write protected"))
358OD_ERROR_DEF( eDataLinkSourceNotFound , OD_T("DataLink source not found"))
359OD_ERROR_DEF( eDeviceNotFound, OD_T("Device not found"))
360OD_ERROR_DEF( eDwgCrcDoesNotMatch, OD_T("CRC does not match"))
361OD_ERROR_DEF( eDwgShareDemandLoad, OD_T(".dwg file share demand load"))
362OD_ERROR_DEF( eDwgShareReadAccess, OD_T(".dwg file share read access"))
363OD_ERROR_DEF( eDwgShareWriteAccess, OD_T(".dwg file share write access"))
364OD_ERROR_DEF( eFileMissingSections, OD_T("Missing section"))
365OD_ERROR_DEF( eFileSharingViolation, OD_T("File sharing violation"))
366OD_ERROR_DEF( eFiniteStateMachineError, OD_T("Finite state machine error"))
367OD_ERROR_DEF( eGraphicsNotGenerated, OD_T("Graphics not generated"))
368OD_ERROR_DEF( eHandleExists, OD_T("Handle exists"))
369OD_ERROR_DEF( eIgnoredLinetypeRedefinition, OD_T("Ignored LineType redefinition"))
370OD_ERROR_DEF( eIncompatiblePlotSettings, OD_T("Incompatible PlotSettings"))
371OD_ERROR_DEF( eInternetBadPath, OD_T("Bad path"))
372OD_ERROR_DEF( eInternetBase, OD_T("Base"))
373OD_ERROR_DEF( eInternetCreateInternetSessionFailed, OD_T("CreateInternetSessionFailed"))
374OD_ERROR_DEF( eInternetDirectoryFull , OD_T("DirectoryFull "))
375OD_ERROR_DEF( eInternetDiskFull , OD_T("DiskFull "))
376OD_ERROR_DEF( eInternetFileAccessDenied , OD_T("FileAccessDenied "))
377OD_ERROR_DEF( eInternetFileGenericError , OD_T("FileGenericError "))
378OD_ERROR_DEF( eInternetFileNotFound , OD_T("FileNotFound "))
379OD_ERROR_DEF( eInternetFileOpenFailed , OD_T("FileOpenFailed "))
380OD_ERROR_DEF( eInternetGenericException , OD_T("GenericException "))
381OD_ERROR_DEF( eInternetHardwareError , OD_T("HardwareError "))
382OD_ERROR_DEF( eInternetHttpAccessDenied , OD_T("HttpAccessDenied "))
383OD_ERROR_DEF( eInternetHttpBadGateway , OD_T("HttpBadGateway "))
384OD_ERROR_DEF( eInternetHttpBadMethod , OD_T("HttpBadMethod "))
385OD_ERROR_DEF( eInternetHttpBadRequest , OD_T("HttpBadRequest "))
386OD_ERROR_DEF( eInternetHttpConflict , OD_T("HttpConflict "))
387OD_ERROR_DEF( eInternetHttpGatewayTimeout , OD_T("HttpGatewayTimeout "))
388OD_ERROR_DEF( eInternetHttpLengthRequired , OD_T("HttpLengthRequired "))
389OD_ERROR_DEF( eInternetHttpNoAcceptableResponse , OD_T("HttpNoAcceptableResponse "))
390OD_ERROR_DEF( eInternetHttpNotSupported , OD_T("HttpNotSupported "))
391OD_ERROR_DEF( eInternetHttpObjectNotFound , OD_T("HttpObjectNotFound "))
392OD_ERROR_DEF( eInternetHttpOpenRequestFailed , OD_T("HttpOpenRequestFailed "))
393OD_ERROR_DEF( eInternetHttpPaymentRequired , OD_T("HttpPaymentRequired "))
394OD_ERROR_DEF( eInternetHttpPreconditionFailure , OD_T("HttpPreconditionFailure "))
395OD_ERROR_DEF( eInternetHttpProxyAuthorizationRequired , OD_T("HttpProxyAuthorizationRequired "))
396OD_ERROR_DEF( eInternetHttpRequestForbidden , OD_T("HttpRequestForbidden "))
397OD_ERROR_DEF( eInternetHttpRequestTooLarge , OD_T("HttpRequestTooLarge "))
398OD_ERROR_DEF( eInternetHttpResourceGone , OD_T("HttpResourceGone "))
399OD_ERROR_DEF( eInternetHttpServerError , OD_T("HttpServerError "))
400OD_ERROR_DEF( eInternetHttpServiceUnavailable , OD_T("HttpServiceUnavailable "))
401OD_ERROR_DEF( eInternetHttpTimedOut , OD_T("HttpTimedOut "))
402OD_ERROR_DEF( eInternetHttpUnsupportedMedia , OD_T("HttpUnsupportedMedia "))
403OD_ERROR_DEF( eInternetHttpUriTooLong , OD_T("HttpUriTooLong "))
404OD_ERROR_DEF( eInternetHttpVersionNotSupported , OD_T("HttpVersionNotSupported "))
405OD_ERROR_DEF( eInternetInCache , OD_T("InCache "))
406OD_ERROR_DEF( eInternetInternetError , OD_T("InternetError "))
407OD_ERROR_DEF( eInternetInternetSessionConnectFailed , OD_T("InternetSessionConnectFailed "))
408OD_ERROR_DEF( eInternetInternetSessionOpenFailed , OD_T("InternetSessionOpenFailed "))
409OD_ERROR_DEF( eInternetInvalidAccessType , OD_T("InvalidAccessType "))
410OD_ERROR_DEF( eInternetInvalidFileHandle , OD_T("InvalidFileHandle "))
411OD_ERROR_DEF( eInternetNoInternetSupport , OD_T("NoInternetSupport "))
412OD_ERROR_DEF( eInternetNotAnUrl , OD_T("NotAnUrl "))
413OD_ERROR_DEF( eInternetNotImplemented , OD_T("NotImplemented "))
414OD_ERROR_DEF( eInternetNoWinInternet , OD_T("NoWinInternet "))
415OD_ERROR_DEF( eInternetOK , OD_T("OK "))
416OD_ERROR_DEF( eInternetOldWinInternet , OD_T("OldWinInternet "))
417OD_ERROR_DEF( eInternetProtocolNotSupported , OD_T("ProtocolNotSupported "))
418OD_ERROR_DEF( eInternetSharingViolation , OD_T("SharingViolation "))
419OD_ERROR_DEF( eInternetTooManyOpenFiles , OD_T("TooManyOpenFiles "))
420OD_ERROR_DEF( eInternetUnknownError , OD_T("UnknownError "))
421OD_ERROR_DEF( eInternetUserCancelledTransfer , OD_T("UserCancelledTransfer "))
422OD_ERROR_DEF( eInternetValidUrl, OD_T("Valid URL"))
423OD_ERROR_DEF( eInvalidEngineState, OD_T("Invalid engine state"))
424OD_ERROR_DEF( eInvalidFaceVertexIndex, OD_T("Invalid Face vertex index"))
425OD_ERROR_DEF( eInvalidFileExtension, OD_T("Invalid file extension"))
426OD_ERROR_DEF( eInvalidMeshVertexIndex, OD_T("Invalid Mesh vertex index"))
427OD_ERROR_DEF( eInvalidObjectId, OD_T("Invalid object Id"))
428OD_ERROR_DEF( eInvalidPlotArea, OD_T("Invalid plot area"))
429OD_ERROR_DEF( eInvalidPlotInfo, OD_T("Invalid plot info"))
430OD_ERROR_DEF( eInvalidView, OD_T("Invalid View"))
431OD_ERROR_DEF( eInvalidWindowArea, OD_T("Invalid window area"))
432OD_ERROR_DEF( eInvalidXrefObjectId, OD_T("Invalid Xref object Id"))
433OD_ERROR_DEF( eLayoutNotCurrent, OD_T("Layout not current"))
434OD_ERROR_DEF( eMakeMeProxyAndResurrect, OD_T("Make me proxy and resurrect"))
435OD_ERROR_DEF( eMustPlotToFile, OD_T("Must plot to file"))
436OD_ERROR_DEF( eCannotPlotToFile, OD_T("Cannot plot to file"))
437OD_ERROR_DEF( eNoCurrentConfig, OD_T("No current config"))
438OD_ERROR_DEF( eNoErrorHandler, OD_T("No error handler"))
439OD_ERROR_DEF( eNoLabelBlock, OD_T("No label Block"))
440OD_ERROR_DEF( eNoLayout, OD_T("No Layout"))
441OD_ERROR_DEF( eNoMatchingMedia, OD_T("No matching media"))
442OD_ERROR_DEF( eNonePlotDevice, OD_T("None plot device"))
443OD_ERROR_DEF( eNoThumbnailBitmap, OD_T("No thumbnail bitmap"))
444OD_ERROR_DEF( eNotMultiPageCapable, OD_T("Not multipage capable"))
445OD_ERROR_DEF( eNoViewAssociation, OD_T("No View association"))
446OD_ERROR_DEF( eNullPtr, OD_T("Null Ptr"))
447OD_ERROR_DEF( eNumberOfCopiesNotSupported, OD_T("Number of copies not supported"))
448OD_ERROR_DEF( eObsoleteFileFormat, OD_T("Obsolete file format"))
449OD_ERROR_DEF( ePageCancelled, OD_T("Page cancelled"))
450OD_ERROR_DEF( ePlotAlreadyStarted, OD_T("Plot already started"))
451OD_ERROR_DEF( ePlotCancelled, OD_T("Plot cancelled"))
452OD_ERROR_DEF( eRepeatedDwgRead, OD_T("Repeated .dwg file read"))
453OD_ERROR_DEF( eRowsMustMatchColumns, OD_T("Rows must match columns"))
454OD_ERROR_DEF( eSecErrorCipherNotSupported , OD_T("Error cipher not supported"))
455OD_ERROR_DEF( eSecErrorComputingSignature , OD_T("Error computing signature"))
456OD_ERROR_DEF( eSecErrorDecryptingData , OD_T("Error decrypting data"))
457OD_ERROR_DEF( eSecErrorEncryptingData , OD_T("Error encrypting data"))
458OD_ERROR_DEF( eSecErrorGeneratingTimestamp , OD_T("Error generating timestamp"))
459OD_ERROR_DEF( eSecErrorReadingFile , OD_T("Error reading file"))
460OD_ERROR_DEF( eSecErrorWritingFile , OD_T("Error writing file"))
461OD_ERROR_DEF( eSecErrorWritingSignature , OD_T("Error writing signature"))
462OD_ERROR_DEF( eSecInitializationFailure , OD_T("Initialization failure"))
463OD_ERROR_DEF( eSecInvalidDigitalId , OD_T("Invalid digital id"))
464OD_ERROR_DEF( eLoadFailed , OD_T("Load failed"))
465OD_ERROR_DEF( eSubSelectionSetEmpty , OD_T("SubSelectionSet empty"))
466OD_ERROR_DEF( eUnableToGetLabelBlock , OD_T("Unable to get label Block"))
467OD_ERROR_DEF( eUnableToGetViewAssociation , OD_T("Unable to get View association"))
468OD_ERROR_DEF( eUnableToRemoveAssociation , OD_T("Unable to remove association"))
469OD_ERROR_DEF( eUnableToSetLabelBlock , OD_T("Unable to set label Block"))
470OD_ERROR_DEF( eUnableToSetViewAssociation , OD_T("Unable to set View association"))
471OD_ERROR_DEF( eUnableToSyncModelView , OD_T("Unable to sync Model View"))
472OD_ERROR_DEF( eUnsupportedFileFormat , OD_T("Unsupported file format"))
473OD_ERROR_DEF( eUserBreak , OD_T("User break"))
474OD_ERROR_DEF( eWasNotErased , OD_T("Was not erased"))
475OD_ERROR_DEF( eWrongCellType , OD_T("Wrong cell type"))
476OD_ERROR_DEF( eTxError , OD_T("Tx application error"))
477OD_ERROR_DEF( eHiddenLayerNotAllowed , OD_T("Hidden Layer not allowed"))
478OD_ERROR_DEF( eInvalidLicense , OD_T("Invalid license"))
479OD_ERROR_DEF( eIncorrectDatabaseType , OD_T("Invalid database type"))
480OD_ERROR_DEF( eInvalidCategory , OD_T("Invalid category"))
481
482OD_ERROR_DEF( eCryptProviderUnavailable , OD_T("The cryptography service provider \"%ls\" used to protect this drawing is not installed on this computer"))
483OD_ERROR_DEF( eInvalidNumPCurves , OD_T("The number of curves does not match with the number of parameter-space curves"))
484OD_ERROR_DEF( eNoTrimmigLoop , OD_T("Trimming loop is undefined"))
485OD_ERROR_DEF( eBrokenTrimmingLoop , OD_T("Edges are not ordered"))
486OD_ERROR_DEF( eBadApexLoop , OD_T("Bad loop in apex"))
487OD_ERROR_DEF( eLoopNotClosed , OD_T("Trimming loop must be closed"))
488OD_ERROR_DEF( eLoopIsNotOnFace , OD_T("Trimming loop is not placed on the face"))
489OD_ERROR_DEF( eLoopSelfIntersecting , OD_T("Self-intersecting trimming loop"))
490OD_ERROR_DEF( eInvalidIntervals , OD_T("Intervals of 3d curves differ from their parameter-space curves intervals"))
491OD_ERROR_DEF( eEmptySet , OD_T("Set of elements is empty"))
492OD_ERROR_DEF( eInfinite , OD_T("Infinite / unbounded object"))
493
494OD_ERROR_DEF( eDataTooLarge , OD_T("Uncompressed object size is too large to be saved to specified .dwg version"))
495
496OD_ERROR_DEF( eSyntaxError , OD_T("Syntax error"))
497OD_ERROR_DEF( eDisabledInConfig , OD_T("Disabled for this platform or configuration"))
498OD_ERROR_DEF( eCantSetEnvVar , OD_T("Can not set environment variable"))
499OD_ERROR_DEF( eInvalidSurface , OD_T("Invalid surface"))
500OD_ERROR_DEF( eInvalidOrientation , OD_T("Invalid orientation"))
501OD_ERROR_DEF( eLoopsIntersecting , OD_T("Loops intersect"))
502OD_ERROR_DEF( eInvalidEdge , OD_T("Invalid edge"))
503OD_ERROR_DEF( eNullEdgeCurve , OD_T("Null edge curve"))
504OD_ERROR_DEF( eNullFaceSurface , OD_T("Null face surface"))
505OD_ERROR_DEF( eStartOrEndPntNotSet , OD_T("Start or end point of edge not set"))
506OD_ERROR_DEF( eIntervalIsTooShort , OD_T("Interval is too short"))
507OD_ERROR_DEF( eCurveLengthIsTooShort , OD_T("Length of curve is too short"))
508OD_ERROR_DEF( eCurveEndsMissed , OD_T("Curve ends missed"))
509OD_ERROR_DEF( ePointNotOnCurve , OD_T("Point not on curve"))
510OD_ERROR_DEF( eInvalidProps , OD_T("Invalid properties of the object"))
511OD_ERROR_DEF( eInvalidCurve , OD_T("Invalid curve"))
512OD_ERROR_DEF( eDiscontinuousCurve , OD_T("Discontinuous curve"))
513OD_ERROR_DEF( eParamHasNoValue , OD_T("The parameter does not have a value"))
514
515OD_ERROR_DEF( eBrFileMissed , OD_T("Brep File missed"))
516OD_ERROR_DEF( eBrBrepMissed , OD_T("Brep missed"))
517OD_ERROR_DEF( eBrComplexMissed , OD_T("Brep Complex missed"))
518OD_ERROR_DEF( eBrShellMissed , OD_T("Brep Shell missed"))
519OD_ERROR_DEF( eBrFaceMissed , OD_T("Brep Face missed"))
520OD_ERROR_DEF( eBrLoopMissed , OD_T("Brep Loop missed"))
521OD_ERROR_DEF( eBrEdgeMissed , OD_T("Brep Edge missed"))
522OD_ERROR_DEF( eBrVertexMissed , OD_T("Brep Vertex missed"))
523OD_ERROR_DEF( eBrEmptyLoop , OD_T("Brep empty Loop"))
524OD_ERROR_DEF( eCellNotFound , OD_T("Cell not found"))
525OD_ERROR_DEF( eInvalidElementState , OD_T("Invalid element state"))
526OD_ERROR_DEF( eNoIntersections , OD_T("No intersections"))
527OD_ERROR_DEF( eMSmemcpySecureInvalidParameter , OD_T("Invalid parameter passed to memcpy_s"))
528OD_ERROR_DEF( eMSmemmoveSecureInvalidParameter , OD_T("Invalid parameter passed to memmove_s"))
529
530OD_ERROR_DEF( eDaiInternalError , OD_T("DAI internal error"))
531OD_ERROR_DEF( eIncorrectSchema , OD_T("Incorrect schema"))
532OD_ERROR_DEF( eUnsupportedSchema , OD_T("Unsupported schema"))
533OD_ERROR_DEF( eEmptyRepository , OD_T("Empty repository"))
534
535OD_ERROR_DEF( eFailedToEvaluate , OD_T("Failed to evaluate"))
536OD_ERROR_DEF( eFailedToEvaluateDependents , OD_T("Failed to evaluate dependents"))
537OD_ERROR_DEF( eInvalidExpression , OD_T("Invalid expression"))
538OD_ERROR_DEF( eCyclicDependency , OD_T("Cyclic dependency"))
539
540#define eNotImplemented eNotImplementedYet
541#define eCannotBeErased eCannotBeErasedByCaller
542//FELIX_CHANGE_END
scale
Definition: DimVarDefs.h:1684
#define eNotImplemented
Error
Definition: FxBIM.h:66
@ eDegenerateGeometry
@ eNotThatKindOfClass
#define OD_T(x)
#define OD_ERROR_DEF(code, string)
Definition: OdResult.h:27
GLenum void ** pointer
Definition: gles2_ext.h:288
GLint GLenum GLsizei width
Definition: gles2_ext.h:110
GLsizeiptr size
Definition: gles2_ext.h:182
GLint GLenum GLsizei GLsizei GLint GLsizei const void * data
Definition: gles2_ext.h:110
GLuint index
Definition: gles2_ext.h:265
GLuint const GLchar * name
Definition: gles2_ext.h:265
GLsizei GLsizei * count
Definition: gles2_ext.h:276
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274
GLint GLint GLint GLsizei GLsizei GLenum format
Definition: gles2_ext.h:111
GLenum GLint * range
Definition: gles2_ext.h:563
GLintptr offset
Definition: gles2_ext.h:183
GLsizei const GLfloat * value
Definition: gles2_ext.h:302