Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExpectedWithinRange

Error for a decoder that should have captured a value between twp values as described in min and max.

Hierarchy

  • ExpectedWithinRange

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

kind

kind: "expected-within-range" = "expected-within-range"

Type discriminator

max

max: string

maximum number of occurrances expected (inclusive).

min

min: string

minimum number of occurrances expected (inclusive).

Methods

toString

  • toString(): string