Represents an error related to the storage adapter.

This class extends ESPBaseError and is used to handle errors that arise due to issues with the storage adapter configuration or functionality.

Hierarchy (View Summary)

Constructors

Properties

cause?: unknown
code: string

The specific error code associated with the error.

label: string

A label to classify the error type.

message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void