Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function canRetryOn
import { canRetryOn } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/retry-strategy.ts";

Verified error and returns if it could be retried or not

Parameters

_error: any

The error

Returns

boolean

If the transaction could be retried.