Variable ERROR_MESSAGESConst
ERROR_MESSAGES: {
invalidFormat: "Invalid format";
unsupportedProxyCacheType: `Unsupported proxyCache type [possible values: ${string}]`;
} = ...
Type declaration
Readonly
invalidFormat: "Invalid format"
Readonly
unsupportedProxyCacheType: `Unsupported proxyCache type [possible values: ${string}]`