ConnectionFailureReason
[Source]
type ConnectionFailureReason is
(ConnectionFailedDNS val | ConnectionFailedTCP val | ConnectionFailedTimeout val | ConnectionFailedTimerError val | ConnectionClosedByServer val | SSLServerRefused val | TLSHandshakeFailed val | TLSAuthFailed val | UnsupportedAuthenticationMethod val | AuthenticationMethodRejected val | ServerVerificationFailed val | ProtocolViolation val | InvalidPassword val | InvalidAuthorizationSpecification val | TooManyConnections val | InvalidDatabaseName val | ServerRejected val)
Type Alias For