Skip to main content
Latest
function internal.retryStrategy.canRetryOn
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { canRetryOn } = internal.retryStrategy;

Verified error and returns if it could be retried or not

Parameters

_error: any

The error

Returns

boolean

If the transaction could be retried.