botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
TLSUnexpectedMessage
botan
tls
exceptn
TLS_Unexpected_Message Exception
static if
(
BOTAN_HAS_TLS
)
class
TLSUnexpectedMessage :
TLSException
{
this
(string err, Throwable next, string file, int line);
}
Constructors
this
this
(string err, Throwable next, string file, int line)
Undocumented in source.
Inherited Members
From TLSException
type
TLSAlertType
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
tls
exceptn
classes
TLSClosedException
TLSException
TLSUnexpectedMessage
TLS_Unexpected_Message Exception