Skip to content

Commit ad0d6c2

Browse files
authored
Merge pull request #599 from supabase/or/error-types
Refactor Error responses to use a type vs String
2 parents de396f2 + 0d750da commit ad0d6c2

File tree

12 files changed

+726
-306
lines changed

12 files changed

+726
-306
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ base64 = "0.13"
3333
lazy_static = "1"
3434
bimap = { version = "0.6.3", features = ["serde"] }
3535
indexmap = "2.2"
36+
thiserror = "2.0"
3637

3738
[dev-dependencies]
3839
pgrx-tests = "=0.12.9"

bin/installcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PGDATABASE=postgres
1111
export PGTZ=UTC
1212
export PG_COLOR=auto
1313

14-
# PATH=~/.pgrx/15.1/pgrx-install/bin/:$PATH
14+
# PATH=~/.pgrx/16.10/pgrx-install/bin/:$PATH
1515

1616
####################
1717
# Ensure Clean Env #

0 commit comments

Comments
 (0)