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