# ConfigValueEmpty Class

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

# Constructors

# constructor

+ new ConfigValueEmpty(paramName: string): ConfigValueEmpty

Defined in src/errors.ts:193 (opens new window)

Parameters:

Name Type
paramName string

Returns: ConfigValueEmpty

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor