Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ConflictException
Class ConflictException
Hierarchy
HttpException
ConflictException
Index
Constructors
constructor
Properties
message
name
stack
Methods
get
Response
get
Status
Constructors
constructor
new
Conflict
Exception
(
message
?:
string
|
any
|
any
, error
?:
string
)
:
ConflictException
Parameters
Optional
message:
string
|
any
|
any
Default value
error:
string
= "Conflict"
Returns
ConflictException
Properties
message
message
:
any
name
name
:
string
Optional
stack
stack
:
string
Methods
get
Response
get
Response
(
)
:
string
|
any
Returns
string
|
any
get
Status
get
Status
(
)
:
number
Returns
number
Globals
Conflict
Exception
constructor
message
name
stack
get
Response
get
Status
Generated using
TypeDoc