Skip to contents

DEPRECATED. Backends should use R's condition system to signal errors and warnings.

Usage

dbGetException(conn, ...)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.

Value

a list with elements errorNum (an integer error number) and errorMsg (a character string) describing the last error in the connection conn.