@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
8 lines • 304 B
TypeScript
/**
* This non-retriable error is thrown when the system cannot detect the target
* shard to work with (e.g. a null ID or a missing field or something else).
*/
export declare class ShardError extends Error {
constructor(message: string, where?: string);
}
//# sourceMappingURL=ShardError.d.ts.map