go/src/crypto/tls/alert.go

type AlertError

func (e AlertError) Error() string {}

type alert

const alertLevelWarning

const alertLevelError

const alertCloseNotify

const alertUnexpectedMessage

const alertBadRecordMAC

const alertDecryptionFailed

const alertRecordOverflow

const alertDecompressionFailure

const alertHandshakeFailure

const alertBadCertificate

const alertUnsupportedCertificate

const alertCertificateRevoked

const alertCertificateExpired

const alertCertificateUnknown

const alertIllegalParameter

const alertUnknownCA

const alertAccessDenied

const alertDecodeError

const alertDecryptError

const alertExportRestriction

const alertProtocolVersion

const alertInsufficientSecurity

const alertInternalError

const alertInappropriateFallback

const alertUserCanceled

const alertNoRenegotiation

const alertMissingExtension

const alertUnsupportedExtension

const alertCertificateUnobtainable

const alertUnrecognizedName

const alertBadCertificateStatusResponse

const alertBadCertificateHashValue

const alertUnknownPSKIdentity

const alertCertificateRequired

const alertNoApplicationProtocol

const alertECHRequired

var alertText

func (e alert) String() string {}

func (e alert) Error() string {}