class DatastoreConnectionFailed
extends Error

Error thrown when a Datastore connection fails.

Constructors

new
DatastoreConnectionFailed(
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { DatastoreConnectionFailed } from ".";