class StoragePresignFailed
extends Error

Error thrown when generating a presigned URL fails.

Constructors

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

Properties

name: string

Usage

import { StoragePresignFailed } from ".";