![JAR search and dependency download from the Maven repository](/logo.png)
com.clickhouse.client.api.ClientFaultCause Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-v2 Show documentation
Show all versions of client-v2 Show documentation
New client api for ClickHouse
package com.clickhouse.client.api;
public enum ClientFaultCause {
None,
NoHttpResponse,
ConnectTimeout,
ConnectionRequestTimeout,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy