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
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new ConfigValueEmpty(paramName: string): ConfigValueEmpty
Defined in src/errors.ts:193
Parameters:
| Name | Type |
|---|---|
paramName | string |
Returns: ConfigValueEmpty
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor