@itd-api/cache / CacheError
Class: CacheError
Defined in: packages/cache/src/errors.ts:2
Ошибка настройки или использования плагина кэша.
Extends
Error
Constructors
Constructor
ts
new CacheError(message?): CacheError;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
Returns
CacheError
Inherited from
ts
Error.constructorConstructor
ts
new CacheError(message?, options?): CacheError;Defined in: node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
options?
ErrorOptions
Returns
CacheError
Inherited from
ts
Error.constructorProperties
name
ts
readonly name: "CacheError" = 'CacheError';Defined in: packages/cache/src/errors.ts:3
Overrides
ts
Error.name