|
enum | ExceptionTypes { LogicError = 0,
IOError
} |
|
enum | ErrorTypes {
InvalidArgument = 0,
NullPointer,
OperationUnavailable,
Insufficientbuffer,
NotImplemented,
SecretKeyException,
UnknownError
} |
|
|
| RMSCryptoException (const ExceptionTypes type, const int error, const std::string &message) _NOEXCEPT |
|
| RMSCryptoException (const ExceptionTypes type, const int error, const char *const &message) _NOEXCEPT |
|
virtual const char * | what () const _NOEXCEPT override |
|
virtual ExceptionTypes | type () const _NOEXCEPT |
|
virtual int | error () const _NOEXCEPT |
|
The documentation for this class was generated from the following file: