Module errors

Module errors 

Source

Structs§

PgErrorParseError
PgServerError
A fully-qualified Postgres wire error message.

Enums§

PgError
Postgres error codes. See https://www.postgresql.org/docs/current/errcodes-appendix.html.
PgErrorCardinalityViolation
PgErrorCaseNotFound
PgErrorConfigFileError
PgErrorConnectionException
PgErrorDataException
PgErrorDependentPrivilegeDescriptorsStillExist
PgErrorDiagnosticsException
PgErrorExternalRoutineException
PgErrorExternalRoutineInvocationException
PgErrorFdwError
PgErrorFeatureNotSupported
PgErrorInsufficientResources
PgErrorIntegrityConstraintViolation
PgErrorInternalError
PgErrorInvalidAuthorizationSpecification
PgErrorInvalidCatalogName
PgErrorInvalidCursorName
PgErrorInvalidCursorState
PgErrorInvalidGrantor
PgErrorInvalidRoleSpecification
PgErrorInvalidSchemaName
PgErrorInvalidSqlStatementName
PgErrorInvalidTransactionInitiation
PgErrorInvalidTransactionState
PgErrorInvalidTransactionTermination
PgErrorLocatorException
PgErrorNoData
PgErrorObjectNotInPrerequisiteState
PgErrorOperatorIntervention
PgErrorParseErrorKind
PgErrorPlpgsqlError
PgErrorProgramLimitExceeded
PgErrorSavepointException
PgErrorSeverity
Enum representing the severity levels of PostgreSQL errors and notices.
PgErrorSqlRoutineException
PgErrorSqlStatementNotYetComplete
PgErrorSuccessfulCompletion
PgErrorSyntaxErrorOrAccessRuleViolation
PgErrorSystemError
PgErrorTransactionRollback
PgErrorTriggeredActionException
PgErrorTriggeredDataChangeViolation
PgErrorWarning
PgErrorWithCheckOptionViolation
PgServerErrorField
Enum representing the field types in ErrorResponse and NoticeResponse messages.