ldas-tools-al  2.5.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Enumerations | Functions
LDASTools::Errors Namespace Reference

Error mechanism similar to errno. More...

Enumerations

enum  Error
 General Lib Errors.
 

Functions

std::string getErrorString (int err)
 Get Error Message. More...
 

Detailed Description

Error mechanism similar to errno.

Todo:
This needs to be used by more of the LDAS libraries.

Function Documentation

std::string LDASTools::Errors::getErrorString ( int  err)

Get Error Message.

Return the string version of the specified error number.

Returns the text message corresponding to an error code.

Parameters
[in]errThe numeric representation of the error.