core/errors/postgrest_error_helpers library

Functions

describePostgrestException(PostgrestException e) String
Formats the full state of a PostgrestException for diagnostic logging.
isMissingSchemaError(PostgrestException e) bool
Returns true when e indicates the _schema_meta table does not exist on the target Supabase project — i.e. the schema has never been applied and the caller should offer to bootstrap it.