InvalidFieldError

Source
import { InvalidFieldError } from "@prestojs/viewmodel";

API

Constructor

new InvalidFieldError(?message)
Source

Arguments:

ArgumentTypeDescription
messagestring

Methods

prepareStackTrace(err,stackTraces)
Source

Arguments:

ArgumentTypeDescription
*errError
*stackTracesCallSite[]
Returns:any

Properties

message

Source
string

name

Source
string

stack

Source
string

Static Methods

captureStackTrace(targetObject,?constructorOpt)
Source

Arguments:

ArgumentTypeDescription
*targetObjectobject
constructorOptFunction
Returns:void

Static Properties

stackTraceLimit

Source
number