Class: GeneralUnauthorizedException
exceptions/src.GeneralUnauthorizedException
Extends
Constructors
new GeneralUnauthorizedException(errorCode, rootCause)
new GeneralUnauthorizedException(
errorCode
?,rootCause
?):GeneralUnauthorizedException
Parameters
▪ errorCode?: string
▪ rootCause?: unknown
Returns
Overrides
AbstractHttpException
.constructor
Source
libs/exceptions/src/lib/exceptions/general-unauthorized.exception.ts:6
Properties
data
data?:
object
|object
[]
Inherited from
Source
libs/exceptions/src/lib/exceptions/abstract-http.exception.ts:9
detail
detail:
string
Inherited from
Source
libs/exceptions/src/lib/exceptions/abstract-http.exception.ts:7
errorCode
errorCode?:
string
Inherited from
AbstractHttpException
.errorCode
Source
libs/exceptions/src/lib/exceptions/abstract-http.exception.ts:10
rootCause
rootCause?:
unknown
Inherited from
AbstractHttpException
.rootCause
Source
libs/exceptions/src/lib/exceptions/abstract-http.exception.ts:11
status
status:
number