Skip to content
v3.3.0

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

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

Defined in src/errors.ts:209

Parameters:

NameType
paramNamestring
minimumnumber

Returns: ConfigValueTooSmallError

message: string


name: string


stack? : undefined | string


Error: ErrorConstructor