ForbiddenError
403 Forbidden.
Extends
Constructors
Constructor
new ForbiddenError(
options):ForbiddenError
Parameters
options
Returns
ForbiddenError
Overrides
Properties
code
code:
string|undefined
Inherited from
detail
detail:
string|undefined
Inherited from
disableExternalErrorTracking?
optionaldisableExternalErrorTracking?:boolean
Inherited from
APIError.disableExternalErrorTracking
id
id:
string|undefined
Inherited from
isTerrenoAPIError
readonlyisTerrenoAPIError:true=true
Inherited from
links
links: {
about?:string;type?:string; } |undefined
Inherited from
meta
meta: {[
id:string]:unknown; } |undefined
Inherited from
source
source: {
header?:string;parameter?:string;pointer?:string; } |undefined
Inherited from
status
status:
number
Inherited from
Accessors
error
Get Signature
get error():
unknown
Deprecated
Use the standard cause field instead.
Returns
unknown
Inherited from
title
Get Signature
get title():
string
Returns
string
Inherited from
Methods
toJSON()
toJSON():
APIErrorBody