Seaquel
PostgreSQL error code

PostgreSQL error 02001

02001 is the SQLSTATE PostgreSQL reports for no additional dynamic result sets returned, in class 02, No Data (this is also a warning class per the SQL standard).

SQLSTATE02001
Condition nameno_additional_dynamic_result_sets_returned
Class02 — No Data (this is also a warning class per the SQL standard)

Source: PostgreSQL documentation, Appendix A