API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classAssetCacheMissError

@codexo/exojs / assets / stable

Raised when a cache-only acquisition found no record. A distinct type from AssetCacheError on purpose: an absent entry is the cache working correctly and reporting that it has nothing, while an `AssetCacheError` means a store could not answer at all. Only the second is a reason to suspect the storage backend.

6
props
0
methods
0
events
Import
import { AssetCacheMissError } from '@codexo/exojs'

Raised when a cache-only acquisition found no record.

A distinct type from AssetCacheError on purpose: an absent entry is the cache working correctly and reporting that it has nothing, while an `AssetCacheError` means a store could not answer at all. Only the second is a reason to suspect the storage backend.

Constructors1
new(namespace: string, source: string): AssetCacheMissError
Properties6
cause?: unknown
message: string
name: string
namespace: string
The storage namespace that was searched.
sourceKey: string
The source identity that was not found.
stack?: string
Source