# ConfigValueTooBigError Class

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

# Constructors

# constructor

+ new ConfigValueTooBigError(paramName: string, maximum: number): ConfigValueTooBigError

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

Parameters:

Name Type
paramName string
maximum number

Returns: ConfigValueTooBigError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor