|
VTK
9.0.1
|
superclass for error codes More...
#include <vtkErrorCode.h>
Public Types | |
| enum | ErrorIds { NoError = 0, FirstVTKErrorCode = 20000, FileNotFoundError, CannotOpenFileError, UnrecognizedFileTypeError, PrematureEndOfFileError, FileFormatError, NoFileNameError, OutOfDiskSpaceError, UnknownError, UserError = 40000 } |
Static Public Member Functions | |
| static const char * | GetStringFromErrorCode (unsigned long event) |
| static unsigned long | GetErrorCodeFromString (const char *event) |
| static unsigned long | GetLastSystemError () |
superclass for error codes
vtkErrorCode is an mechanism for (currently) reader object to return errors during reading file.
Definition at line 29 of file vtkErrorCode.h.
| Enumerator | |
|---|---|
| NoError | |
| FirstVTKErrorCode | |
| FileNotFoundError | |
| CannotOpenFileError | |
| UnrecognizedFileTypeError | |
| PrematureEndOfFileError | |
| FileFormatError | |
| NoFileNameError | |
| OutOfDiskSpaceError | |
| UnknownError | |
| UserError | |
Definition at line 41 of file vtkErrorCode.h.
|
static |
|
static |
|
static |
1.8.17