Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InvalidDataError

This error gets thrown when trying to hash one of the following:

  • undefined
  • null
  • function (includes class)
export
class

InvalidDataError

extends

{Error}

Hierarchy

  • Error
    • InvalidDataError

Index

Constructors

Properties

Constructors

constructor

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Generated using TypeDoc