UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

10 lines 379 B
import { EntAccessError } from "./EntAccessError"; /** * Error: thrown when an Ent cannot be inserted due to privacy reasons. */ export declare class EntNotInsertableError extends EntAccessError { readonly vc: string; readonly row: object; constructor(entName: string, vc: string, row: object, cause?: unknown); } //# sourceMappingURL=EntNotInsertableError.d.ts.map