-882   SAVEPOINT DOES NOT EXIST

Explanation

A ROLLBACK TO SAVEPOINT statement was specified without a savepoint name to rollback to the last active savepoint, but no savepoint exists.

System action

The statement cannot be processed.

Programmer response

Correct the application logic to either set a savepoint or to not attempt to rollback to a savepoint.

SQLSTATE

3B502