Gromacs  2021.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
errorcodes.h File Reference

Description

Declares error codes and related functions for fatal error handling.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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...