#include <botan/types.h>
#include <exception>
#include <string>
Go to the source code of this file.
|
enum class | Botan::ErrorType {
Botan::Unknown = 1
, Botan::SystemError
, Botan::NotImplemented
, Botan::OutOfMemory
,
Botan::InternalError
, Botan::IoError
, Botan::InvalidObjectState = 100
, Botan::KeyNotSet
,
Botan::InvalidArgument
, Botan::InvalidKeyLength
, Botan::InvalidNonceLength
, Botan::LookupError
,
Botan::EncodingFailure
, Botan::DecodingFailure
, Botan::TLSError
, Botan::HttpError
,
Botan::InvalidTag
, Botan::RoughtimeError
, Botan::OpenSSLError = 200
, Botan::CommonCryptoError
,
Botan::Pkcs11Error
, Botan::TPMError
, Botan::DatabaseError
, Botan::ZlibError = 300
,
Botan::Bzip2Error
, Botan::LzmaError
} |
|