InvalidFieldError

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

API

Constructor

new InvalidFieldError(?message)

Arguments:

ArgumentTypeDescription
messagestring

Properties

message

Source
string

name

Source
string

stack

Source
string

Static Methods

captureStackTrace(targetObject,?constructorOpt)

Arguments:

ArgumentTypeDescription
*targetObjectobject
constructorOptFunction
Returns:void
prepareStackTrace(err,stackTraces)

Arguments:

ArgumentTypeDescription
*errError
*stackTracesCallSite[]
Returns:any

Static Properties

stackTraceLimit

Source
number