errCertificateVerifyNoCertificate=&FatalError{Err:errors.New("client sent certificate verify but we have no certificate to verify")}//nolint:goerr113
errCipherSuiteNoIntersection=&FatalError{Err:errors.New("client+server do not support any shared cipher suites")}//nolint:goerr113
errClientCertificateNotVerified=&FatalError{Err:errors.New("client sent certificate but did not verify it")}//nolint:goerr113
errClientCertificateRequired=&FatalError{Err:errors.New("server required client verification, but got none")}//nolint:goerr113
errClientNoMatchingSRTPProfile=&FatalError{Err:errors.New("server responded with SRTP Profile we do not support")}//nolint:goerr113
errClientRequiredButNoServerEMS=&FatalError{Err:errors.New("client required Extended Master Secret extension, but server does not support it")}//nolint:goerr113
errCookieMismatch=&FatalError{Err:errors.New("client+server cookie does not match")}//nolint:goerr113
errIdentityNoPSK=&FatalError{Err:errors.New("PSK Identity Hint provided but PSK is nil")}//nolint:goerr113
errKeySignatureMismatch=&FatalError{Err:errors.New("expected and actual key signature do not match")}//nolint:goerr113
errNilNextConn=&FatalError{Err:errors.New("Conn can not be created with a nil nextConn")}//nolint:goerr113
errNoAvailableCipherSuites=&FatalError{Err:errors.New("connection can not be created, no CipherSuites satisfy this Config")}//nolint:goerr113
errNoAvailablePSKCipherSuite=&FatalError{Err:errors.New("connection can not be created, pre-shared key present but no compatible CipherSuite")}//nolint:goerr113
errNoAvailableCertificateCipherSuite=&FatalError{Err:errors.New("connection can not be created, certificate present but no compatible CipherSuite")}//nolint:goerr113
errNoAvailableSignatureSchemes=&FatalError{Err:errors.New("connection can not be created, no SignatureScheme satisfy this Config")}//nolint:goerr113
errNoSupportedEllipticCurves=&FatalError{Err:errors.New("client requested zero or more elliptic curves that are not supported by the server")}//nolint:goerr113
errPSKAndIdentityMustBeSetForClient=&FatalError{Err:errors.New("PSK and PSK Identity Hint must both be set for client")}//nolint:goerr113
errRequestedButNoSRTPExtension=&FatalError{Err:errors.New("SRTP support was requested but server did not respond with use_srtp extension")}//nolint:goerr113
errServerNoMatchingSRTPProfile=&FatalError{Err:errors.New("client requested SRTP but we have no matching profiles")}//nolint:goerr113
errServerRequiredButNoClientEMS=&FatalError{Err:errors.New("server requires the Extended Master Secret extension, but the client does not support it")}//nolint:goerr113
errVerifyDataMismatch=&FatalError{Err:errors.New("expected and actual verify data does not match")}//nolint:goerr113