Squirrelix.Error.UnsupportedPostgresType (Squirrelix v0.1.0)

Copy Markdown View Source

Error returned when a Postgres type has no Elixir mapping yet.

Summary

Types

t()

@type t() :: %Squirrelix.Error.UnsupportedPostgresType{
  hint: String.t() | nil,
  name: String.t()
}