Skip to main content
Module

x/neo4j_lite_client/core/error.ts>Neo4jError

Unofficial Neo4j Driver for Deno
Latest
class Neo4jError
extends Error
import { Neo4jError } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/error.ts";

Class for all errors thrown/returned by the driver.

Constructors

new
Neo4jError(message: string, code: Neo4jErrorCode)

Properties

__proto__: Neo4jError
code: Neo4jErrorCode

Optional error code. Will be populated when error originates in the database.