Search
Preparing search index...
The search index is not available
typeorm
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"error/MustBeEntityError"
MustBeEntityError
Class MustBeEntityError
Thrown when method expects entity but instead something else is given.
Hierarchy
Error
MustBeEntityError
Index
Constructors
constructor
Properties
name
Error
message
name
stack
Constructors
constructor
new
Must
BeEntity
Error
(
operation
:
string
, wrongValue
:
any
)
:
MustBeEntityError
Parameters
operation:
string
wrongValue:
any
Returns
MustBeEntityError
Properties
name
name
:
string
= "MustBeEntityError"
Static
Error
Error
:
ErrorConstructor
Static
message
message
:
string
Static
name
name
:
string
Static
Optional
stack
stack
:
undefined
|
string
Globals
"error/
Must
BeEntity
Error"
Must
BeEntity
Error
constructor
name
Error
message
name
stack
Generated using
TypeDoc
Thrown when method expects entity but instead something else is given.