Class: InvalidArity

errors~InvalidArity()

new InvalidArity()

Exception thrown by this client library when an invalid value is provided as a function argument.

Source:

Extends

Members

actual :number

Actual number of arguments called with.

Type:
  • number
Source:

description :string

Description for this exception.

Type:
  • string
Inherited From:
Source:

max :number

Maximum number of arguments.

Type:
  • number
Source:

message :string

Message for this exception.

Type:
  • string
Inherited From:
Source:

min :number

Minimum number of arguments.

Type:
  • number
Source:

name :string

Name of this exception.

Type:
  • string
Inherited From:
Source: