Structs§
- ErrorOrNoticeMessage defines messages that can appear in ErrorResponse and NoticeResponse.
- SQLSTATE error code.
Enums§
- Code: the SQLSTATE code for the error (see https://www.postgresql.org/docs/current/errcodes-appendix.html). Not localizable. Always present.
- Severity: the field contents are ERROR, FATAL, or PANIC (in an error message), or WARNING, NOTICE, DEBUG, INFO, or LOG (in a notice message), or a localized translation of one of these. Always present.