Squirrelix.Error.PostgresConnectionTimeout (Squirrelix v0.4.0)

Copy Markdown View Source

Error returned when establishing a Postgres connection times out during --infer.

Summary

Types

t()

@type t() :: %Squirrelix.Error.PostgresConnectionTimeout{
  host: String.t(),
  port: non_neg_integer(),
  timeout_seconds: non_neg_integer()
}