ldas-tools-al 2.6.7
Loading...
Searching...
No Matches
LDASTools::Errors Namespace Reference

Error mechanism similar to errno. More...

Enumerations

enum  Error
 General Lib Errors.
 
enum  Error
 General Lib Errors.
 

Functions

std::string getErrorString (int err)
 Return the string version of the specified error number.
 

Detailed Description

Error mechanism similar to errno.

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

Function Documentation

◆ getErrorString()

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

Return the string version of the specified error number.

Get Error Message.

Parameters
[in]errThe numeric representation of the error.

Returns the text message corresponding to an error code.