9#ifndef BOTAN_TPM2_ERROR_H_
10#define BOTAN_TPM2_ERROR_H_
12#include <botan/exceptn.h>
31 return static_cast<int>(m_rc);
34 std::string error_message()
const;
ErrorType error_type() const noexcept override
int error_code() const noexcept override
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
TSS2_RC get_raw_rc(TSS2_RC rc)
uint32_t TSS2_RC
Forward declaration of TSS2 type for convenience.