Search
Preparing search index...
The search index is not available
@inaut/math-functions
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"math-functions/errors/function-error"
FunctionError
Class FunctionError
Hierarchy
NodeError
FunctionError
ArgumentError
Index
Constructors
constructor
Properties
math
Function
message
name
stack
Methods
get
Function
get
Node
get
Position
to
String
IS_
ERROR
error
ToString
Constructors
constructor
new
Function
Error
(
node
:
Node
, mathFunction
:
IBaseFunction
, message
:
string
)
:
FunctionError
new
Function
Error
(
node
:
Node
, mathFunction
:
IBaseFunction
, error
:
Error
)
:
FunctionError
new
Function
Error
(
node
:
Node
, mathFunction
:
IBaseFunction
, messareOrError
:
string
|
Error
)
:
FunctionError
Parameters
node:
Node
mathFunction:
IBaseFunction
message:
string
Returns
FunctionError
Parameters
node:
Node
mathFunction:
IBaseFunction
error:
Error
Returns
FunctionError
Parameters
node:
Node
mathFunction:
IBaseFunction
messareOrError:
string
|
Error
Returns
FunctionError
Properties
Private
math
Function
math
Function
:
IBaseFunction
message
message
:
string
name
name
:
string
Optional
stack
stack
:
undefined
|
string
Methods
get
Function
get
Function
(
)
:
IBaseFunction
Returns
IBaseFunction
get
Node
get
Node
(
)
:
INode
Returns
INode
get
Position
get
Position
(
)
:
number
Returns
number
to
String
to
String
(
)
:
string
Returns
string
Static
IS_
ERROR
IS_
ERROR
(
objectToCheck
:
any
)
:
boolean
Parameters
objectToCheck:
any
Returns
boolean
Static
Protected
error
ToString
error
ToString
(
error
:
Error
|
string
, position
:
number
)
:
string
Parameters
error:
Error
|
string
position:
number
Returns
string
Globals
"math-
functions/errors/function-
error"
Function
Error
constructor
math
Function
message
name
stack
get
Function
get
Node
get
Position
to
String
IS_
ERROR
error
ToString
Generated using
TypeDoc