Class: CacheValidationError

CacheValidationError(error, optionsopt)

Represents an error that occurred during cache validation.

This can be thrown when the cache object is invalid or does not meet the expected format.

Constructor

new CacheValidationError(error, optionsopt)

Parameters:
Name Type Attributes Description
error string | Error

The error message or an instance of an Error.

options Object <optional>

Additional options for the error.

Properties
Name Type Attributes Description
id string <optional>

The ID of the cache object.

type string <optional>

The type of the cache object.

path string <optional>

The path of the cache object.

cause Error <optional>

The cause of the error, if applicable.

Since:
  • 2.0.0
Source:

Extends

  • Error