Skip to content
v3.3.0

ConfigValueTooBigError

Error thrown when supplied config parameter value is too big. 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 ConfigValueTooBigError(paramName: string, maximum: number): ConfigValueTooBigError

Defined in src/errors.ts:225

Parameters:

NameType
paramNamestring
maximumnumber

Returns: ConfigValueTooBigError

message: string


name: string


stack? : undefined | string


Error: ErrorConstructor