#include <Verify.hh>
|
enum | error_type {
NO_ERROR = 0,
CHECKSUM_ERROR,
FILE_OPEN_ERROR,
UNSUPPORTED_FRAME_SPEC,
FRAME_SPEC_CONFORMANCE,
UNSUPPORTED_CHECKSUM_TYPE,
NO_CHECKSUM,
INVALID_FRAME_STRUCTURE,
FILE_TRUNCATION,
DATA_INVALID,
METADATA_INVALID,
DUPLICATE_CHANNEL_NAME,
MAX_ERROR = DUPLICATE_CHANNEL_NAME
} |
|
Enumerator |
---|
NO_ERROR |
|
CHECKSUM_ERROR |
|
FILE_OPEN_ERROR |
|
UNSUPPORTED_FRAME_SPEC |
|
FRAME_SPEC_CONFORMANCE |
|
UNSUPPORTED_CHECKSUM_TYPE |
|
NO_CHECKSUM |
|
INVALID_FRAME_STRUCTURE |
|
FILE_TRUNCATION |
|
DATA_INVALID |
|
METADATA_INVALID |
|
DUPLICATE_CHANNEL_NAME |
|
MAX_ERROR |
|
FrameCPP::Common::VerifyException::VerifyException |
( |
error_type |
ErrorCode, |
|
|
const std::string & |
What = "" |
|
) |
| |
|
inline |
void VerifyException::extendError |
( |
const std::string & |
Message | ) |
|
|
protected |
std::string VerifyException::StrErrorType |
( |
const error_type |
Error | ) |
|
|
static |
The documentation for this class was generated from the following files: