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
truewheneindicates the_schema_metatable does not exist on the target Supabase project — i.e. the schema has never been applied and the caller should offer to bootstrap it.