Class: GeneralForbiddenException
exceptions/src.GeneralForbiddenException
Extends
Constructors
new GeneralForbiddenException(errorCode, rootCause)
new GeneralForbiddenException(
errorCode
?,rootCause
?):GeneralForbiddenException
Parameters
▪ errorCode?: string
▪ rootCause?: unknown
Returns
Overrides
AbstractHttpException
.constructor
Source
libs/exceptions/src/lib/exceptions/general-forbidden.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