Seaquel
PostgreSQL error code

PostgreSQL error 02000

02000 is the SQLSTATE PostgreSQL reports for no data, in class 02, No Data (this is also a warning class per the SQL standard).

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

Source: PostgreSQL documentation, Appendix A