View Source Supabase.PostgREST.Error (supabase_postgrest v0.1.2)

Summary

Types

@type t() :: %Supabase.PostgREST.Error{
  code: String.t() | nil,
  details: String.t() | nil,
  hint: String.t() | nil,
  message: String.t()
}

Functions