Warning, file /include/opencascade/VrmlData_ErrorStatus.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef VrmlData_ErrorStatus_HeaderFile
0017 #define VrmlData_ErrorStatus_HeaderFile
0018
0019
0020
0021
0022 enum VrmlData_ErrorStatus {
0023 VrmlData_StatusOK = 0,
0024 VrmlData_EmptyData,
0025 VrmlData_UnrecoverableError,
0026 VrmlData_GeneralError,
0027 VrmlData_EndOfFile,
0028 VrmlData_NotVrmlFile,
0029 VrmlData_CannotOpenFile,
0030 VrmlData_VrmlFormatError,
0031 VrmlData_NumericInputError,
0032 VrmlData_IrrelevantNumber,
0033 VrmlData_BooleanInputError,
0034 VrmlData_StringInputError,
0035 VrmlData_NodeNameUnknown,
0036 VrmlData_NonPositiveSize,
0037 VrmlData_ReadUnknownNode,
0038 VrmlData_NonSupportedFeature,
0039 VrmlData_OutputStreamUndefined,
0040 VrmlData_NotImplemented
0041 };
0042
0043 #endif