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).
| SQLSTATE | 02000 |
|---|---|
| Condition name | no_data |
| Class | 02 — No Data (this is also a warning class per the SQL standard) |