ConfigValueTooSmallError
Error thrown when supplied config parameter value is too small. 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 ConfigValueTooSmallError(paramName: string, minimum: number): ConfigValueTooSmallError
Defined in src/errors.ts:209
Parameters:
| Name | Type |
|---|---|
paramName | string |
minimum | number |
Returns: ConfigValueTooSmallError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor