fix: fix incorrect 413 error on pg 54* errors

This commit is contained in:
Taimoor Zaeem
2024-05-20 18:59:33 -05:00
committed by Steve Chavez
parent 11c9e8dac9
commit 5cc32c7f87
5 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ PostgREST translates `PostgreSQL error codes <https://www.postgresql.org/docs/cu
+--------------------------+-------------------------+---------------------------------+
| 53* | 503 | insufficient resources |
+--------------------------+-------------------------+---------------------------------+
| 54* | 413 | too complex |
| 54* | 500 | too complex |
+--------------------------+-------------------------+---------------------------------+
| 55* | 500 | obj not in prerequisite state |
+--------------------------+-------------------------+---------------------------------+