Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidValueError

An error thrown by the marshaller when a node of the provided input cannot be marshalled into the type specified in the schema.

Hierarchy

  • Error
    • InvalidValueError

Index

Constructors

Properties

Constructors

constructor

  • new InvalidValueError(invalidValue: any, message?: undefined | string): InvalidValueError

Properties

invalidValue

invalidValue: any

Static Error

Error: ErrorConstructor

Static message

message: string

Static name

name: string

Static Optional stack

stack: undefined | string