8#ifndef BOTAN_TLS_EXCEPTION_H_
9#define BOTAN_TLS_EXCEPTION_H_
11#include <botan/exceptn.h>
12#include <botan/tls_alert.h>
26 int error_code() const noexcept
override {
return static_cast<int>(m_alert_type); }
ErrorType error_type() const noexcept override
int error_code() const noexcept override
TLS_Exception(Alert::Type type, std::string_view err_msg="Unknown error")
Unexpected_Message(std::string_view err)
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)