Module error_or_notice

Source

Structs§

ErrorOrNoticeMessage
ErrorOrNoticeMessage defines messages that can appear in ErrorResponse and NoticeResponse.
SqlState
SQLSTATE error code.

Enums§

Code
Code: the SQLSTATE code for the error (see https://www.postgresql.org/docs/current/errcodes-appendix.html). Not localizable. Always present.
Severity
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.