You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlstate codes, set in the C field of ErrorResponse messages, could be used to map postgres errors to more specific exceptions. See this link for the list of codes:
The sqlstate codes, set in the
Cfield ofErrorResponsemessages, could be used to map postgres errors to more specific exceptions. See this link for the list of codes:https://www.postgresql.org/docs/current/errcodes-appendix.html