Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArgumentOutOfRangeError<ValueT>

Type parameters

  • ValueT

Hierarchy

Index

Constructors

constructor

Properties

Static serializer

serializer: (instance: any) => any

Type declaration

    • (instance: any): any
    • Parameters

      • instance: any

      Returns any

Accessors

argumentName

  • get argumentName(): string

innerError

message

  • get message(): string

value

  • get value(): ValueT

Methods

asJSON

  • asJSON(): any

withValue

  • withValue(value: ValueT): this

Static setJSONSerializer

  • setJSONSerializer(serializer: (instance: any) => any): void

Generated using TypeDoc