#include <meteepp.h>
MeTee error exception class class
Definition at line 53 of file meteepp.h.
◆ metee_exception() [1/3]
intel::security::metee_exception::metee_exception |
( |
const std::string & | what, |
|
|
int | err = TEE_INTERNAL_ERROR ) |
|
inline |
Constructor
- Parameters
-
what | error string |
err | error code |
Definition at line 60 of file meteepp.h.
◆ metee_exception() [2/3]
intel::security::metee_exception::metee_exception |
( |
int | err, |
|
|
const std::error_category & | cat ) |
|
inline |
Constructor
- Parameters
-
err | error code |
cat | error category |
Definition at line 65 of file meteepp.h.
◆ metee_exception() [3/3]
intel::security::metee_exception::metee_exception |
( |
int | err, |
|
|
const std::error_category & | cat, |
|
|
const std::string & | what ) |
|
inline |
Constructor
- Parameters
-
err | error code |
cat | error category |
what | error string |
Definition at line 71 of file meteepp.h.
◆ ~metee_exception()
virtual intel::security::metee_exception::~metee_exception |
( |
| ) |
|
|
inlinevirtualnoexcept |
The documentation for this class was generated from the following file: