class StorageGetFailed
extends Error

Error thrown when a get operation fails.

Constructors

new
StorageGetFailed(
key: string,
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { StorageGetFailed } from ".";