ldas-tools-framecpp  2.9.3
Enumerations | Variables
anonymous_namespace{FrVerifyChecksums.cc} Namespace Reference

Enumerations

enum  error_type { MIN_ERROR = VerifyException::MAX_ERROR + 1 , USAGE = MIN_ERROR , UNHANDLED_EXCEPTION , MAX_ERROR = UNHANDLED_EXCEPTION }
 

Variables

static const char * error_strings []
 

Enumeration Type Documentation

◆ error_type

enum anonymous_namespace{FrVerifyChecksums.cc}::error_type
Enumerator
MIN_ERROR 
USAGE 
UNHANDLED_EXCEPTION 
MAX_ERROR 

Variable Documentation

◆ error_strings

const char* anonymous_namespace{FrVerifyChecksums.cc}::error_strings[]
static
Initial value:
= {
"usage error",
"an exception was thown and not handled within the control loop "
}