Structure
PSQLError
An error that is thrown from the PostgresClient. Sendability enforced through copy-on-write semantics.
struct PSQLError
Topics
Structures
Instance Properties
codeThePSQLError.CodecodefileThe file in which the Postgres operation was triggered that failedlineThe line in which the Postgres operation was triggered that failedqueryThe query that failedserverInfoThe info that was received from the serverunderlyingThe underlying error
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.ErrorSwift.EscapableSwift.SendableSwift.SendableMetatype
See Also
Errors
PostgresErrorPostgresDecodingErrorAn error that may happen when aPostgresRoworPostgresCellis decoded to native Swift types.