Structure
PostgresDecodingError
An error that may happen when a
PostgresRow or PostgresCell is decoded to native Swift types.struct PostgresDecodingError
Topics
Structures
Operators
==(_:_:)Returns a Boolean value indicating whether two values are equal.
Instance Properties
codeThe decoding error codecolumnIndexThe cell’s column index for which the decoding failedcolumnNameThe cell’s column name for which the decoding failedfileThe file the decoding was attempted in.lineThe line the decoding was attempted in.postgresDataA copy of the cell data which was attempted to be decodedpostgresFormatThe cell’s postgres format for which the decoding failedpostgresTypeThe cell’s postgres data type for which the decoding failedtargetTypeThe Swift type the cell should have been decoded into.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.ErrorSwift.EscapableSwift.SendableSwift.SendableMetatype
See Also
Errors
PostgresErrorPSQLErrorAn error that is thrown from the PostgresClient. Sendability enforced through copy-on-write semantics.