#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
} |
|
◆ error_type
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 | |
◆ VerifyException()
FrameCPP::Common::VerifyException::VerifyException |
( |
error_type |
ErrorCode, |
|
|
const std::string & |
What = "" |
|
) |
| |
|
inline |
◆ Clone()
◆ ErrorCode()
◆ extendError()
void VerifyException::extendError |
( |
const std::string & |
Message | ) |
|
|
protected |
◆ operator=()
◆ StrError()
◆ StrErrorType()
std::string VerifyException::StrErrorType |
( |
const error_type |
Error | ) |
|
|
static |
◆ Verify
The documentation for this class was generated from the following files: