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