Skip to content
v3.3.0

ConfigValueEmpty

Error thrown when supplied config parameter value is an empty string. This error might be thrown while setting or updating the ConfigParams. The following methods accept ConfigParams as a parameter:

see buildEmpty

see buildFromArray

see buildFromSheets

see updateConfig

+ new ConfigValueEmpty(paramName: string): ConfigValueEmpty

Defined in src/errors.ts:193

Parameters:

NameType
paramNamestring

Returns: ConfigValueEmpty

message: string


name: string


stack? : undefined | string


Error: ErrorConstructor