Name

CLSQL-EXISTS-ERROR — condition representing errors arising because of existing connections

Condition Type

Class Precedence List

clsql-exists-error, clsql-exists-condition, clsql-error, error, serious-condition, clsql-condition, condition, t

Description

This condition is a subtype of clsql-exists-condition, and is signalled during calls to connect when there is an existing connection, and if-exists is :error. In this case, new-db will be nil, indicating that the database object to be returned by connect depends on user action in continuing from this correctable error.

The initialization arguments and accessors are the same as for clsql-exists-condition.