Packages

Elixir client for ClickHouse, a fast open-source Online Analytical Processing (OLAP) database management system. Forked from https://github.com/balance-platform/pillar to support CH25+

Current section

Files

Jump to
caterpillar lib pillar http_client transport_error.ex
Raw

lib/pillar/http_client/transport_error.ex

defmodule Pillar.HttpClient.TransportError do
@moduledoc """
Wrapper for HTTP transport errors, such as timeout and etc
"""
defstruct [:reason]
@type t :: %{
reason: any
}
end