Class UnexpectedCacheErrorEvent

IMPORT_PATH: "@daiso-tech/core/cache/contracts"

Hierarchy (view full)

  • BaseEvent<{
        error: unknown;
        group: string;
        key?: string;
        method: string;
        value?: unknown;
    }>
    • UnexpectedCacheErrorEvent

Constructors

Properties

Constructors

Properties

fields: {
    error: unknown;
    group: string;
    key?: string;
    method: string;
    value?: unknown;
}