Gromacs
2021.6
|
Declares error codes and related functions for fatal error handling.
Enumerations | |
enum | gmx::ErrorCode { gmx::eeOK, gmx::eeOutOfMemory, gmx::eeFileNotFound, gmx::eeFileIO, gmx::eeInvalidInput, gmx::eeInconsistentInput, gmx::eeTolerance, gmx::eeInstability, gmx::eeNotImplemented, gmx::eeInvalidValue, gmx::eeInvalidCall, gmx::eeInternalError, gmx::eeAPIError, gmx::eeRange, gmx::eeParallelConsistency, gmx::eeModularSimulator, gmx::eeUnknownError } |
Possible error return codes from Gromacs functions. More... | |
Functions | |
const char * | gmx::getErrorCodeString (int errorcode) |
Returns a short string description of an error code. More... | |