# ConfigValueTooSmallError Class

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

# constructor

+ new ConfigValueTooSmallError(paramName: string, minimum: number): ConfigValueTooSmallError

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

Parameters:

Name Type
paramName string
minimum number

Returns: ConfigValueTooSmallError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor