Class NullConstraintViolationError

Represents an error indicating a violation of a null constraint within the ORM system. This error is typically thrown when an operation attempts to set a non-nullable attribute to null, which would violate the data integrity rules of the database schema.

Hierarchy

  • Error
    • NullConstraintViolationError

Constructors

Properties

Constructors

Properties

code: "NullConstraintViolationError" = "NullConstraintViolationError"

Generated using TypeDoc