Skip to main content Link Search Menu Expand Document (external link)

PgError overview

Pg errors

Added in v1.0.0


Table of contents


models

PostgresConnectionError (class)

Signature

export declare class PostgresConnectionError

Added in v1.0.0

PostgresDuplicateTableError (class)

Signature

export declare class PostgresDuplicateTableError

Added in v1.0.0

PostgresInvalidParametersError (class)

Signature

export declare class PostgresInvalidParametersError

Added in v1.0.0

PostgresQueryError (type alias)

Signature

export type PostgresQueryError =
  | PostgresTableDoesntExistError
  | PostgresUnknownError
  | PostgresDuplicateTableError
  | PostgresInvalidParametersError

Added in v1.0.0

PostgresTableDoesntExistError (class)

Signature

export declare class PostgresTableDoesntExistError

Added in v1.0.0

PostgresUnexpectedNumberOfRowsError (class)

Signature

export declare class PostgresUnexpectedNumberOfRowsError

Added in v1.0.0

PostgresUnknownError (class)

Signature

export declare class PostgresUnknownError

Added in v1.0.0

PostgresValidationError (class)

Signature

export declare class PostgresValidationError

Added in v1.0.0