#include <cstdint>
#include <fmt/core.h>
#include <optional>
#include <string_view>
Go to the source code of this file.
|
enum class | iv::exception::eExceptionType {
iv::exception::Unknown = 1
, iv::exception::SystemError
, iv::exception::NotImplemented
, iv::exception::OutOfMemory
,
iv::exception::InternalError
, iv::exception::IoError
, iv::exception::SerialPortError
, iv::exception::FolderNotFound
,
iv::exception::FileNotFound
, iv::exception::FileNameNotAvailable
, iv::exception::OutOfBoundsMemoryAccess
, iv::exception::InvalidObjectState = 100
,
iv::exception::KeyNotSet
, iv::exception::InvalidArgument
, iv::exception::InvalidKeyLength
, iv::exception::InvalidNonceLength
,
iv::exception::LookupError
, iv::exception::EncodingFailure
, iv::exception::DecodingFailure
, iv::exception::TLSError
,
iv::exception::HttpError
, iv::exception::InvalidTag
, iv::exception::RoughTimeError
, iv::exception::MissingCase
,
iv::exception::CommonCryptoError = 201
, iv::exception::Pkcs11Error
, iv::exception::TPMError
, iv::exception::DatabaseError
,
iv::exception::InvalidFileIntegrity
, iv::exception::LibZipError = 300
, iv::exception::Bzip2Error
, iv::exception::LzmaError
} |
|