Skip to main content

ArgumentError

The ArgumentError object indicates an error that the program wrong argument is passed to a function

Hierarchy

  • Readonly<Error & { cause: unknown; message: string; name: ArgumentError; stack: string } & { name: ArgumentError }>
    • ArgumentError

Index

Constructors

Properties

Constructors

constructor

  • Error constructor

Properties

staticreadonlyerrorName

errorName: ArgumentError

Error name

Page Options