API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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): AssetCacheMissErrorProperties6
cause?: unknownmessage: stringname: stringnamespace: stringThe storage namespace that was searched.
sourceKey: stringThe source identity that was not found.
stack?: stringSource