ldas-tools-al  2.6.4
Enumerations | Functions
LDASTools::Errors Namespace Reference

Error mechanism similar to errno. More...

Enumerations

enum  Error { INVALID_REGEX, INVALID_REGEX, INVALID_REGEX }
 General Lib Errors. More...
 
enum  Error { INVALID_REGEX, INVALID_REGEX, INVALID_REGEX }
 General Lib Errors. More...
 
enum  Error { INVALID_REGEX, INVALID_REGEX, INVALID_REGEX }
 General Lib Errors. More...
 

Functions

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

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.
Todo:
This needs to be used by more of the LDAS libraries.

Enumeration Type Documentation

◆ Error [1/3]

General Lib Errors.

Enumerator
INVALID_REGEX 
INVALID_REGEX 
INVALID_REGEX 

◆ Error [2/3]

General Lib Errors.

Enumerator
INVALID_REGEX 
INVALID_REGEX 
INVALID_REGEX 

◆ Error [3/3]

General Lib Errors.

Enumerator
INVALID_REGEX 
INVALID_REGEX 
INVALID_REGEX 

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.