Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
Classes | |
class | AlgorithmNotFound |
class | DecodingError |
class | EncodingError |
class | Exception |
class | FileNameNotAvailable |
class | FileNotFound |
class | FolderNotFound |
class | ImpossibleLabelingError |
class | IntegerOverflowDetected |
class | InternalError |
class | InvalidAlgorithmName |
class | InvalidArgument |
class | InvalidAuthenticationTag |
class | InvalidFileIntegrity |
class | InvalidIVLength |
class | InvalidKeyLength |
class | InvalidState |
class | KeyNotSet |
class | LibZipError |
class | LookupError |
class | MissingCase |
class | NotImplemented |
class | OutOfBoundsMemoryAccess |
class | PortNotOpenedException |
class | PRNGUnseeded |
class | ProviderNotFound |
class | SerialPortException |
class | StreamIOError |
class | SystemError |
class | UnknownPKFieldName |
Enumerations | |
enum class | eExceptionType { Unknown = 1 , SystemError , NotImplemented , OutOfMemory , InternalError , IoError , SerialPortError , FolderNotFound , FileNotFound , FileNameNotAvailable , OutOfBoundsMemoryAccess , InvalidObjectState = 100 , KeyNotSet , InvalidArgument , InvalidKeyLength , InvalidNonceLength , LookupError , EncodingFailure , DecodingFailure , TLSError , HttpError , InvalidTag , RoughTimeError , MissingCase , CommonCryptoError = 201 , Pkcs11Error , TPMError , DatabaseError , InvalidFileIntegrity , LibZipError = 300 , Bzip2Error , LzmaError } |
Functions | |
std::string | toString (const iv::exception::eExceptionType type) |
template<typename E , typename... Args> | |
void | doThrowError (const char *file, int line, const char *func, Args... args) |
|
strong |
|
inline |
std::string iv::exception::toString | ( | const iv::exception::eExceptionType | type | ) |