#include <vtkErrorCode.h>
vtkErrorCode is an mechanism for (currently) reader object to return errors during reading file.
Definition at line 38 of file vtkErrorCode.h.
Public Types | |
enum | ErrorIds { NoError = 0, FileNotFoundError, CannotOpenFileError, UnrecognizedFileTypeError, PrematureEndOfFileError, FileFormatError, NoFileNameError, OutOfDiskSpaceError, UnknownError, UserError = 1000 } |
Static Public Member Functions | |
const char * | GetStringFromErrorCode (unsigned long event) |
unsigned long | GetErrorCodeFromString (const char *event) |
|
Definition at line 50 of file vtkErrorCode.h. |
|
|
|
|