@fathom-rules/sdk / PolicyViolation
Class: PolicyViolation¶
Defined in: errors.ts:48
HTTP 403 — the policy engine denied the request. The caller is authenticated but not permitted to perform the action.
Extends¶
Constructors¶
Constructor¶
new PolicyViolation(
status,body):PolicyViolation
Defined in: errors.ts:49
Parameters¶
status¶
number
body¶
string
Returns¶
PolicyViolation
Overrides¶
Properties¶
body¶
readonlybody:string
Defined in: errors.ts:33
Inherited from¶
status¶
readonlystatus:number
Defined in: errors.ts:32