Specifies that a passed-in argument to a method is not correct or allowed.

Hierarchy

  • Error
    • InvalidArgumentError

Properties

index: number

Index of the argument that is in error.

message: string
name: string
stack?: string