Problem
As discussed in #2967 and implemented in #3955, Proxy-Status header only returns the error code which can be confusing.
Solution
To improve the DX, we should add the details to the header like:
Proxy-Status: PostgREST; error=57014; details="statement_timeout"
Problem
As discussed in #2967 and implemented in #3955,
Proxy-Statusheader only returns the error code which can be confusing.Solution
To improve the DX, we should add the
detailsto the header like:Proxy-Status: PostgREST; error=57014; details="statement_timeout"