Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function retryStrategy.canRetryOn
import { retryStrategy } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { canRetryOn } = 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.