CLSQL-CONNECT-ERROR — condition representing errors during connection
Condition Type
clsql-connect-error, clsql-error, error, serious-condition, clsql-condition, condition, t
This condition represents errors that occur while trying to connect to a database. The following initialization arguments and accessors exist:
Initarg: :database-type
Accessor: clsql-connect-error-database-type
Description: Database type for the connection attempt
Initarg: :connection-spec
Accessor: clsql-connect-error-connection-spec
Description: The connection specification used in the connection attempt.
Initarg: :errno
Accessor: clsql-connect-error-errno
Description: The numeric or symbolic error specification returned by the database back-end. The values and semantics of this are interface specific.
Initarg: :error
Accessor: clsql-connect-error-error
Description: A string describing the problem that occurred, possibly one returned by the database back-end.