Name

SQL-USER-ERROR — condition representing errors because of invalid parameters from the library user.Condition Type

Class Precedence List

sql-user-error, sql-error, simple-error, simple-condition, error, serious-condition, sql-condition, condition, t

Description

This condition represents errors that occur because the user supplies invalid data to CLSQL. This includes errors such as an invalid format connection specification or an error in the syntax for the LOOP macro extensions.

The following initialization arguments and accessors exist:

Initarg: :message
Accessor: sql-user-error-message
Description: The error message.

Notes

The slot accessor sql-user-error-message is a CLSQL extension.