class StoragePutFailed
extends Error

Error thrown when a put operation fails.

Constructors

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

Properties

name: string

Usage

import { StoragePutFailed } from ".";