class StorageListFailed
extends Error

Error thrown when a list operation fails.

Constructors

new
StorageListFailed(
prefix: string | undefined,
message: string,
cause?: unknown,
)

Properties

name: string

Usage

import { StorageListFailed } from ".";