Preparing search index...
The search index is not available
lib.reviews
lib.reviews
dal/lib/errors
PostgresError
Interface PostgresError
Error classes for the PostgreSQL DAL
Provides custom error types for database operations.
interface
PostgresError
{
code
?:
string
;
column
?:
string
;
constraint
?:
string
;
detail
?:
string
;
}
Hierarchy
Error
PostgresError
Index
Properties
code?
column?
constraint?
detail?
Properties
Optional
code
code
?:
string
Optional
column
column
?:
string
Optional
constraint
constraint
?:
string
Optional
detail
detail
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
column
constraint
detail
lib.reviews
Loading...
Error classes for the PostgreSQL DAL
Provides custom error types for database operations.