Options
All
  • Public
  • Public/Protected
  • All
Menu

Error thrown if a parameter is invalid.

internal

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new ParamError(value: unknown, name: string, message?: string): ParamError

Properties

Readonly code

code: number

The error code.

Readonly message

message: string

The error message.

Readonly title

title: string

The title of the error.

Generated using TypeDoc