PostgreSQLError
public struct PostgreSQLError : ErrorEncapsulates an error from PostgreSQL.
- 
                  
                  the internal PostgreSQL error code DeclarationSwift public let code: Code
- 
                  
                  The last error message from the connection DeclarationSwift public let reason: String
- 
                  
                  Undocumented DeclarationSwift public init(code: Code, errorMessage: String)
- 
                  
                  Create an error. This method will lock the connection DeclarationSwift public init(code: Code, connection: Connection)Parameterscodethe postgresl error code connectionthe connection to retrieve the error message 
 View on GitHub
View on GitHub PostgreSQLError Structure Reference
        PostgreSQLError Structure Reference