Skip to main content
Module

x/neo4j_lite_client/core/error.ts

Unofficial Neo4j Driver for Deno
Latest
import * as neo4jLiteClient from "https://deno.land/x/neo4j_lite_client@4.4.6/core/error.ts";

Classes

Class for all errors thrown/returned by the driver.

Variables

Error code representing serialization/deserialization issue in the Bolt protocol. Used by Neo4jError#code.

Error code representing complete loss of service. Used by Neo4jError#code.

Error code representing transient loss of service. Used by Neo4jError#code.

Functions

Create a new error from a message and error code