class PgORM::Error::RecordExists

Overview

Raised when a record already exists (duplicate key violation).

Defined in:

pg-orm/errors.cr

Instance methods inherited from class PgORM::Error

message : String? message

Constructor methods inherited from class PgORM::Error

new(message : String | Nil = "") new